Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why can't I view entire webpage

Status
Not open for further replies.

eyec

Technical User
Aug 20, 2004
1,493
US
this has me scratching my head. there is a webpage i visit that has a 3 column table on it & i can only see the first 2 columns.

the rest of the world, including other PCs on my network & remote can see all 3 columns.

i have checked all java settings but still can't see the whole page.

running XP SP2, IE 7 RC1, latest Sun Java (others running same config can see all columns).

 
column 1 is a java script & runs fine. column 3 is an applet.

This is the code as written and shows up on other PCs when they VIEW SOURCE
Code:
<applet codebase="[URL unfurl="true"]http://www.somesite.com/infostuff/"[/URL] CODE="yavs.class" WIDTH=170 HEIGHT=200>
<PARAM NAME="MSGTEXT" VALUE="[URL unfurl="true"]http://www.somesite.com/infostuff/announce.txt">[/URL]
<PARAM NAME="BGCOLOR" VALUE="#F4F2F0">
<PARAM NAME="FGCOLOR" VALUE="#000000">
<PARAM NAME="HREFCOLOR" VALUE="#0000FF">
<PARAM NAME="LINKCOLOR" VALUE="#FF0000">
<PARAM NAME="FONTNAME" VALUE="Dialog">
<PARAM NAME="FONTSIZE" VALUE="10">
<PARAM NAME="SPEED" VALUE="30">
<PARAM NAME="WAITTEXT" VALUE="YES">
<PARAM NAME="PAUSE" VALUE="5500"> 
</APPLET>
This is how it looks when I VIEW SOURCE while on the webpage with the PC that can't see the 3rd column.
Code:
<PARAM NAME="MSGTEXT" VALUE="[URL unfurl="true"]http://www.somesite.com/infostuff/announce.txt">[/URL]  <PARAM NAME="BGCOLOR" VALUE="#F4F2F0">  <PARAM NAME="FGCOLOR" VALUE="#000000">  <PARAM NAME="HREFCOLOR" VALUE="#0000FF">  <PARAM NAME="LINKCOLOR" VALUE="#FF0000">  <PARAM NAME="FONTNAME" VALUE="Dialog">  <PARAM NAME="FONTSIZE" VALUE="10">  <PARAM NAME="SPEED" VALUE="40">  <PARAM NAME="WAITTEXT" VALUE="YES">  <PARAM NAME="PAUSE" VALUE="5500">   </APPLET>

Why is the first line not showing?
 
Could there be some security software (antispyware, anti-phishing) that is preventing access to third-party applets, programs & so on? Assuming of course that somesite.com is a 3rd party.
 
Check the java console for error. Tools > Sun Java console.

Cheers,
Dian
 
ok, java console does not even pick up the scripts.

i have checked everything under the security and advanced tabs & no joy!

i give up and am just not going to hit the webpage![thumbsdown]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top