I have a html page containing a form for submission.
It looks like this:
<form action="workeradd.asp" name="addcustomer" method="POST">
<input type="hidden" name="username" value="<%=usernam...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23399490.html
I want to know how to get the HTML source of a page, on click of a button using javascript.
I have a link in my page by name 'Email this page'. The requirement is, the whole html source (wha...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20119774.html
Zones:
JavaScriptDate Answered: 06/05/2001 Grade: B Views: 21
hi all,
i am trying to switch between javascript and vbscript a few times, and i'm not sure of the syntax.
Am developing a .hta (html application) that does most of the work client side.
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20556270.html
Zones:
JavaScriptDate Answered: 03/20/2003 Grade: A Views: 0
I am trying to save html page that looks like this
User Name: [TEXT FEILD HERE]
1.) This is a question that is being asked to the user. <--Drop Down Values for the answer-->
2.) This is qu...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20719484.html
Zones:
JavaScriptDate Answered: 09/15/2003 Grade: A Views: 0
Can someone give some help on how to hide display contents in a table cell?
I have a web page that has a side bar, because the info in the side bar becomes long and extended, I'm trying to find ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20732536.html
Zones:
JavaScriptDate Answered: 09/08/2003 Grade: A Views: 0
Hi Experts,
I have vaildated all the controls of HTML through Javascript and i have displayed a alert message box but i want to change the color of that control without displaying the error...
http://www.experts-exchange.com/Programming/Misc/Q_20736614.html
Zones:
ProgrammingDate Answered: 09/17/2003 Grade: B Views: 0
Hi,
I need a javascript script able to extract the text content of the web page where it is located on the fly.
When the javascript call document.body.innerHTML I get text with tags:
html ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21792150.html
Zones:
JavaScriptDate Answered: 04/01/2006 Grade: B Views: 0
I have a heading on a table, but when the table is very large ( i.e. 100 + ) when the user scrolls down they dont know what the headings are, is there a way to keep a static heading while the user ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23066700.html
Zones:
JavaScriptDate Answered: 02/21/2008 Grade: A Views: 0
suppose i have a link on on my main index.htm
the link url takes us to some file...it can be htm/asp/xls/ppt...
instead of redirecting to that page, what do with the link in order to download t...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23069032.html
i got some form that posting data to the same page it's on and viewing the results on the same page...
on this same page i got an image(gif)...
i want somehow to put that image inside some div......
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23071554.html