Quote:
Originally Posted by Isabella_Smith
Hi,
Function given above is working fine in Internet Explorer but not in Firefox...would you please help me..
PHP Code:
<script language="javascript" type="text/javascript">function Open() {document.getElementById( 'FileUpload1').click();return false;}</script> <asp:FileUpload ID="FileUpload1" runat="server" style="display: none" /><br /><asp:Button ID="Button1" runat="server" Text="Button" OnClientClick="Open()"/>
Thanks in advance
|
Which specific version of IE you have tested? because some times it happend that you code works in IE7 or 8 but dont works in IE6.
As a developer i think IE is biggest piece of Crap microsoft ever built
__________________
» Please login or register to view this content. Registration is FREE
for web developers
» Please login or register to view this content. Registration is FREE
- Interactive maps for websites
|