| | |
a just started i need help
Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Oct 2006
Posts: 10
Reputation:
Solved Threads: 0
ok i got a lot of question
what i need to have to use java scripts
whats css scripts how do i use it and what i need to have to use it
html: when i made a script how do i make a site with it exemple: www."********".com like that ppl can go and see what i made.
sorry if i posted in the wrong forum
thx for the answers : mim3
what i need to have to use java scripts
whats css scripts how do i use it and what i need to have to use it
html: when i made a script how do i make a site with it exemple: www."********".com like that ppl can go and see what i made.
sorry if i posted in the wrong forum
thx for the answers : mim3
Hi,
you can insert JavaScript Scripts in every HTML Document.
Like this:
That was answer number 1 :cheesy:
A short introduction is here:
http://www.w3schools.com/css/css_intro.asp
But I don't understand your last question.. :rolleyes:
Greets Neo-Cruise
you can insert JavaScript Scripts in every HTML Document.
Like this:
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<html> <head> <body> <script type="text/javascript"> alert("Hello World"); </script> </body> </head> </html>
That was answer number 1 :cheesy:
A short introduction is here:
http://www.w3schools.com/css/css_intro.asp
But I don't understand your last question.. :rolleyes:
Greets Neo-Cruise
you can use javascripts in your page in two ways
1.
or
2.
filename.js contains ur js code.
if you want to learn javascript you can read some good tutorials at:
www.pagetutor.com
www.w3schools.com
or search google for JavaScript Diaries -- its a good one
i am not writing the full url, you can make some effort to find em in the webpage.
CSS stands for Cascading Style Sheets. With these you can make your webpages more intractive and beautify it even more. Visit
www.w3schools.com for a good css tutorial.
well! what was your last question, i didn't understood it well. make it more clear.
vishesh
1.
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<html> <head> <body> <script type="text/javascript"> <!-- your javascript code -- > </script> </body> </head> </html>
or
2.
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<html> <head> <SCRIPT language=JavaScript src="filename.js"></SCRIPT> </body> </head> </html>
filename.js contains ur js code.
if you want to learn javascript you can read some good tutorials at:
www.pagetutor.com
www.w3schools.com
or search google for JavaScript Diaries -- its a good one
i am not writing the full url, you can make some effort to find em in the webpage.
CSS stands for Cascading Style Sheets. With these you can make your webpages more intractive and beautify it even more. Visit
www.w3schools.com for a good css tutorial.
well! what was your last question, i didn't understood it well. make it more clear.
vishesh
Hm...
I am from Germany and I'm very young, so my english isn't very good.
But I think I know what you want.
You have the 'Home' Site:
You want to insert a link to another page?
Or do you want to show the script of the page?
Greets Neo-Cruise :rolleyes:
I am from Germany and I'm very young, so my english isn't very good.
But I think I know what you want.
You have the 'Home' Site:
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<html> <head> <body> Welcome to my Page </body> </head> </html>
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<a href="file.html">The Link Text</a>
Or do you want to show the script of the page?
Greets Neo-Cruise :rolleyes:
Last edited by Neo-Cruise; Oct 16th, 2006 at 9:18 am.
•
•
•
•
html: when i made a script how do i make a site with it exemple: www."********".com like that ppl can go and see what i made.
NuGG
Pubonwheels - Mobile Bar Services for the South West of England.
The Kings Head Inn - The Kings Head, Underhill, Coleford, Somerset, UK.
South West Ravers - Going out to all you jungle drum and bass ravers.
UFB Live Radio - Keep It Locked.
The Kings Head Inn - The Kings Head, Underhill, Coleford, Somerset, UK.
South West Ravers - Going out to all you jungle drum and bass ravers.
UFB Live Radio - Keep It Locked.
well first of all differ with JavaScript and HTML. They both are different so don't use HTML script it confuses me, use HTML code instead, looks better, huh.
i think what you mean to say that you want a text which could be clicked to go to any web page or you mean your page. Some thing like this
Google
Ok let me first introduce with <a> tag or anchor tag. It generally used to make hyperlinks (such as shown Google example).
the syntax for that is
a is as i told u before is anchor tag. In href attribute you write the url to the file(with extension of course) you wanna link.
for example you have file new.zip in the directory. Then you can make a link by
if same file is under folder1 subdirectory then u use
else if the same file is one level above i mean to say one directory up then
similarly for 2 directory up then
Now if you want to link a webpage simply write the webpage address:
hope you understand what i have explained. if u want to learn more about html language just go to
www.pagetutor.com
www.w3schools.com
They have some best web tutorials.
and if still don't understand something daniweb is always open.
vishesh
i think what you mean to say that you want a text which could be clicked to go to any web page or you mean your page. Some thing like this
Ok let me first introduce with <a> tag or anchor tag. It generally used to make hyperlinks (such as shown Google example).
the syntax for that is
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<a href="filename.ext">Your link title</a>
a is as i told u before is anchor tag. In href attribute you write the url to the file(with extension of course) you wanna link.
for example you have file new.zip in the directory. Then you can make a link by
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<a href="new.zip">New Zip File</a>
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<a href="folder1/new.zip">New Zip File</a>
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<a href="../new.zip">New Zip File</a>
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<a href="../../new.zip">New Zip File</a>
Now if you want to link a webpage simply write the webpage address:
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<a href="new.html">Webpage</a>
hope you understand what i have explained. if u want to learn more about html language just go to
www.pagetutor.com
www.w3schools.com
They have some best web tutorials.
and if still don't understand something daniweb is always open.
vishesh
![]() |
Similar Threads
- server service is not started (Networking Hardware Configuration)
- Help, im frozen and cant get started! (Windows NT / 2000 / XP)
- Started a new forum... (Growing an Online Community)
- want to create a reminder program, need help getting started (Computer Science)
- Re-started Windows XP need to get drivers (Windows NT / 2000 / XP)
- Started with Frontpage now want Dreamweaver (Site Layout and Usability)
- how to get started in C++ (C++)
- Help - This started out as 213.159.117.132/redir.php NOW??? (Viruses, Spyware and other Nasties)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: List Box as input field also
- Next Thread: Resizing text fields
| Thread Tools | Search this Thread |
acid2 ajax ajaxcode ajaxexample ajaxhelp ajaxjspservlets animate array automatically beta box browser bug calendar captchaformproblem cart close codes column cookies css date debugger decimal dependent design disablefirebug dom download element embed engine enter error events ext file firefox focus form frameworks getselection google gwt gxt hiddenvalue highlightedword hint html htmlform ie7 iframe index java javascript javascripthelp2020 jawascriptruntimeerror jquery jsp libcurl listbox maps masterpage media menu microsoft mimic mp4 onmouseoutdivproblem onmouseover paypal pdf php player position post problem programming prototype redirect regex safari scale scriptlets scroll search security select software sql text textarea toggle unicode variables w3c website window windowofwords windowsxp







:rolleyes: