Link to home
Start Free TrialLog in
Avatar of Tyler Laczko
Tyler LaczkoFlag for Canada

asked on

Allow javascript button to work in Internet Explorer Server 2003

We have a website that uploads files for us.

Users are logged into the terminal server and when they click the browse files button which calls a javascript function it does nothing.

This works on everyones computers just not from the server

Where can I add an exception to allow this site to work.
Avatar of bbao
bbao
Flag of Australia image

try to remove IE Enhanced Security from Control Panel | Add or Remove Programs | Windows Components.
Avatar of Tyler Laczko

ASKER

i will try this first thing tomorrow morning.
thank you for your response.

i will get back to you asap.
That did not work.

And I was mistaken it does not work on EVERYONE'S computers. There are a few users that cannot do it from their PCs either.
The uploader is build in flash... i have attached the source from the upload page.
<TR>
                        <TD class="" vAlign="top"><div align="left" id="FlashUpload">
                            <object id="FlashFilesUpload" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
		width="450" height="200" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
                              <param name="FlashVars" value="useExternalInterface=Yes" />
                              <param name="BGColor" value="#F8F6E6" />
                              <param name="Movie" value="/flash/ElementITMultiPowUpload1.7.swf" />
                              <param name="Src" value="/flash/ElementITMultiPowUpload1.7.swf" />
                              <param name="WMode" value="Window" />
                              <param name="Play" value="-1" />
                              <param name="Loop" value="-1" />
                              <param name="Quality" value="High" />
                              <param name="SAlign" value="" />
                              <param name="Menu" value="-1" />
                              <param name="Base" value="" />
                              <param name="AllowScriptAccess" value="always" />
                              <param name="Scale" value="ShowAll" />
                              <param name="DeviceFont" value="0" />
                              <param name="EmbedMovie" value="0" />
                              <param name="SWRemote" value="" />
                              <param name="MovieData" value="" />
                              <param name="SeamlessTabbing" value="1" />
                              <param name="Profile" value="0" />
                              <param name="ProfileAddress" value="" />
                              <param name="ProfilePort" value="0" />
                              <embed bgcolor="#F8F6E6" id="EmbedFlashFilesUpload" src="/flash/ElementITMultiPowUpload1.7.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"	type="application/x-shockwave-flash" width="450" height="200" flashvars="useExternalInterface=Yes" />
                            </object>
                          </div>
                          <div align="left"><a href="project_details.php?action=list"><img src="../images/back.gif" border="0" vspace="5"></a></div>
                          <div id="JSUpload" style="width:500px; visibility:hidden;">
                            <select id="fileslist" name="fileslist" style="HEIGHT:150px; WIDTH:500px;" multiple>
                            </select>
                            <div style="float: left">
                            <input type="Button" value="Browse files..." name="flashInfoButton" onClick="javascript:browsefiles();" /></div>
                            <div style="float:right;">
                            <input type="Button" value="Upload" name="flashUploadButton" onClick="javascript:upload();" style="width:100px;" />
                            <input type="Button" value="Clear" name="flashClearButton" onClick="javascript:clearListBox(this.fileslist);" style="width:100px;" /></div>
                            <div id="lable" style="width:400px; margin:10px;"></div>
                          </div></TD>
                      </TR>

Open in new window

I think I found the issue.

It works on Flash 9.

I upgraded my flash to flash 10 and now it does not work!


Now I need to downgrade my pc to flash 9 (until the website is upgraded)... not sure how
ASKER CERTIFIED SOLUTION
Avatar of Tyler Laczko
Tyler Laczko
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial