Welcome Guest ( Log In | Click here to Register a free account now! )
Welcome to Bleeping Computer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.![]() ![]() |
May 30 2009, 12:50 AM
Post
#1
|
|
![]() Member ![]() ![]() Group: Members Posts: 18 Joined: 18-May 09 Member No.: 332,942 |
|
|
|
|
May 30 2009, 08:31 AM
Post
#2
|
|
![]() Hail Groovicus! ![]() ![]() ![]() ![]() ![]() ![]() Group: Site Admin Posts: 7,900 Joined: 5-June 04 From: Centerville, SD Member No.: 689 |
What have you found so far?
-------------------- |
|
|
|
May 30 2009, 08:41 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: HJT Sophomore Classmen Posts: 434 Joined: 26-August 08 From: Victoria Member No.: 233,642 |
quick question: if i was to use a javascript drop down menu that i have used in HTML, can i use this same javascrip drop down menu in ASP?
-------------------- If I am helping you and don't reply in 24 hours please send me a PM
Currently in training... There's no place like 127.0.0.1 There are 10 types of people in the world, those that can read binary, and those who can't. |
|
|
|
May 30 2009, 11:48 AM
Post
#4
|
|
![]() Hail Groovicus! ![]() ![]() ![]() ![]() ![]() ![]() Group: Site Admin Posts: 7,900 Joined: 5-June 04 From: Centerville, SD Member No.: 689 |
Javscript is javscript regardless of the language used to create the web page.
I think you are missing a huge part of the picture here. ASP, PHP, and and other language are just used to add functionality or dynamicism to web pages. Web pages are still just HTML, CSS, and Javascript. When you use PHP to write out a function, when it gets to the browser, it is just javascript. A perfectly valid PHP looks like this: CODE <html> <head> <title></title> </head> <body> <h1>Hello World</h1> </body> </html> Can you tell me what makes this different than just plain HTML? -------------------- |
|
|
|
May 31 2009, 08:21 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: HJT Sophomore Classmen Posts: 434 Joined: 26-August 08 From: Victoria Member No.: 233,642 |
dynamicism is that a word? if not it should be A perfectly valid PHP looks like this: CODE <html> <head> <title></title> </head> <body> <h1>Hello World</h1> </body> </html> Can you tell me what makes this different than just plain HTML? i see what your getting at... so it would be possible to use javascript drop down menu's. I would try google-ing that then... -------------------- If I am helping you and don't reply in 24 hours please send me a PM
Currently in training... There's no place like 127.0.0.1 There are 10 types of people in the world, those that can read binary, and those who can't. |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 8th November 2009 - 03:03 AM |