hi,
I want insert some values by default(in text areas, check checkboxes...)with javascript.
The problem: the
"onLoad=doument.form1.element1.value='bla'" method does
not work, because the elements ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10026892.html
Zones:
JavaScriptDate Answered: 11/14/1997 Grade: A Views: 0
I would like to control the size of the window each time a new page is loaded - each page having its own size and features -
ie) One web page (window) being 600 x 400 with no scroll bars and th...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20077106.html
Zones:
JavaScriptDate Answered: 02/13/2001 Grade: A Views: 4
Each day my users call up a series of reports and print them off manually. What I'd like to do is make the print task automatic so that I could :-
ASP program generates 1st report
JS BODY onloa...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20104888.html
Zones:
JavaScriptDate Answered: 04/14/2001 Grade: A Views: 8
...
<!--
function branding()
{
window.defaultStatus='message1';
for(i=0; i<9; i++)
{
wait(three seconds); window.defaultStatus='message2'; wait(three seconds); window.defaultSt...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20150634.html
Zones:
JavaScriptDate Answered: 07/14/2001 Grade: A Views: 0
i have a form application. i have a drop-down list. i want the effect when user click on an item in the list, the page below will be reload, and display the item name selected. Is there a way to do...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20183186.html
Zones:
JavaScriptDate Answered: 02/25/2003 Grade: B Views: 0
Hi guys,
I need to code the JavaScript to do something when the pages was loaded. i mean everytime when I see the page throguh the browser, it's already executed the specific command for me.......
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20348653.html
Zones:
JavaScriptDate Answered: 09/09/2002 Grade: A Views: 0
I use the follow script to popup a window on page load
</script>
<script language="JavaScript" for="window" event="onload()">
window.open("<%=(rsannouncement.Fields.Item("announcementpath")...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20532737.htm...
Zones:
ASPDate Answered: 02/27/2003 Grade: A Views: 0
I am trying to pop-up then close the parent window. By here is the kicker NN does it fine but IE 6.0 prompts me asking if I want to close the window. Is there a work around.
------------------...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20586692.html
Zones:
JavaScriptDate Answered: 01/24/2004 Grade: A Views: 0
Hi Pros,
I have 2 forms FrmData and FrmDetails. I would like to call FrmDetails from FrmData depending on the command button I hit. The onLoad event of FrmDetails should depend on the button hit ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20616764.html
Zones:
MS AccessDate Answered: 05/16/2003 Grade: B Views: 0
I know just enough java to be dangerous:-)
In the function WhoAmI, setBg() gets called twice when it should not get called at all unless var ScreenId contains a valid string. What am I doing wrong...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20618212.html
Zones:
JavaScriptDate Answered: 05/15/2003 Grade: A Views: 0