I have two buttons on an asp page that are the following:
Code:
<button ID="PREVIEW" name="PREVIEW" value="PREVIEW" type="button" title="Preview Webpage"
onClick="Submit('Preview Webpage');" class="dlgbutton" style="width: 140px;">
<span>Preview Webpage </span>
</button><br><br>
<button ID="DISPLAY" name="DISPLAY" value="DISPLAY" type="button" title="Display Webpage"
onClick="PopWin('<%=urlOutput%>');" <% if urlOutput = "" then %> disabled <% end if %>
class="dlgbutton" style="width: 135px;">
<span>Display Webpage </span>
</button>