No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
hi everybody, i need to link this html pages if i click submit button.It should fetch the textbox value to another html page <html> <head> </head> <body> <form method=post action="g1.html"> <input type=text id="q" > <input type="submit" name="submit"> </form> </body> </html> <html> <head> </head> <body> <form method=post> <input type=text id="q" value=""> …
how to include javascript in new window using window.open code
dear All, Anyone know about OpenFTS(Full Text Search) engine. we want to integrate the concept with our own website. please reply soon...
var vvalue=document.forms[0].fname.selectedIndex; var vovalue=document.forms[0].fname.options[vvalue].value <select name="fname"> <option value="Arial">Arial</option> <option value="Symbol">Symbol</option> <option value="Rockwell">Rockwell</option>
my coding is working well in IE not in mozillafirefox <html> <head> <title></title> <script LANGUAGE="JavaScript"> function displayHTML(printContent, text2,textn) { var inf = printContent; var vt2=text2 var vlabels=textn var tablestring='' var lnstr=text2.length; var vrows=1.5 var vroundrows=1.25 var vprintstr='' var vvalue=document.forms[1].fname.selectedIndex; var vovalue=document.forms[1].fname.options[vvalue].value var vfsize=document.forms[2].fsize.selectedIndex; var vofsize=document.forms[2].fsize.options[vfsize].value var vlbl=document.forms[0].lsize.selectedIndex; var textsize=document.forms[0].lsize.options[vlbl].value if(inf.length>30) …
The End.
sujagr8