Log in

View Full Version : <isindex />



hmsnacker123
04-07-2008, 03:31 PM
Hey, first of all i use i use Microsoft Visual Web Devolper i dont know if this has anything to do with it, but i came across a tag called <isindex /> i put it on a new page as a test to see what it would do and it comes up with a libary search thing.. i was wondering how you configure this? and how you would use this, thanks.

Medyman
04-07-2008, 05:51 PM
It's a deprecated html element. Use the <input> element instead.

http://www.w3.org/TR/html4/interact/forms.html#edef-ISINDEX

hmsnacker123
04-09-2008, 03:16 PM
thanks.