Hi,
I am working with a HTML page and am trying to get a command button to execute this string...
"<%= oProp.ScriptPath+[?action=thanks] %>"
I have tried it like this...
<INPUT id="Button1" type="button" value="Button" name="Button1" onclick="<%= oProp.ScriptPath+[?action=iepthanks] %>">
But it does not work.
In an example that I have it does work using a submit button like this..
<form name="theform" method="post" action="<%= oProp.ScriptPath+[?action=thanks] %>" ID="Form1">
<input type="submit" name="Submit" value="Submit" ID="Submit1" style="Z-INDEX: 104; LEFT: 592px; POSITION: absolute; TOP: 144px"></P>
But I really don't want to have to do it that way. Anyone know if this is possible to do?
Thanks,
FoxT
I am working with a HTML page and am trying to get a command button to execute this string...
"<%= oProp.ScriptPath+[?action=thanks] %>"
I have tried it like this...
<INPUT id="Button1" type="button" value="Button" name="Button1" onclick="<%= oProp.ScriptPath+[?action=iepthanks] %>">
But it does not work.
In an example that I have it does work using a submit button like this..
<form name="theform" method="post" action="<%= oProp.ScriptPath+[?action=thanks] %>" ID="Form1">
<input type="submit" name="Submit" value="Submit" ID="Submit1" style="Z-INDEX: 104; LEFT: 592px; POSITION: absolute; TOP: 144px"></P>
But I really don't want to have to do it that way. Anyone know if this is possible to do?
Thanks,
FoxT