hello friends, I want to create dropdown menu for my website. But I do not know how to create the dropdown menu using asp. Can anyone suggest me the dropdown menu using ASP.
Register a free account to unlock additional features at BleepingComputer.com
Welcome to BleepingComputer, 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.
Page 1 of 1
drop down menu in asp
#3
Posted 30 May 2009 - 08:41 AM
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
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.
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.
#4
Posted 30 May 2009 - 11:48 AM
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:
Can you tell me what makes this different than just plain HTML?
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:
<html> <head> <title></title> </head> <body> <h1>Hello World</h1> </body> </html>
Can you tell me what makes this different than just plain HTML?
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens
#5
Posted 31 May 2009 - 08:21 PM
groovicus, on May 31 2009, 02:48 AM, said:
dynamicism
is that a word? if not it should be
groovicus, on May 31 2009, 02:48 AM, said:
A perfectly valid PHP looks like this:
Can you tell me what makes this different than just plain HTML?
<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
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.
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.
Share this topic:
Page 1 of 1

Help



Back to top









