LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-16-2011, 01:00 AM   #1
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547
Blog Entries: 7

Rep: Reputation: 55
chrome and frame issues


I have an appliance that after a firmware update chrome refuses to render the page properly.

FireFox and Konqueror (With Agent String for FF 3.0.5) work just fine

Looking at the source of the page I got this error.


Code:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>VoIP Web Management</title>

</head>
<frameset framespacing="0" border="0" frameborder="0" cols="220,*">
        <frameset rows="90,*">
          <frame name="Top" src="logo.htm" target="Top" scrolling="no" noresize>
                <frame name="left" src="choice.htm" target="left" scrolling="auto" noresize>
        </frameset>
        <frame name="right" src="info.htm" scrolling="auto" noresize target="right">
        <noframes>
        <body>
        <p>This homepage use frames but your browser does not support it.</p>
        </body>
        </noframes>
</frameset>
</html>
Is there a way to enable frame support in chrome? I have try serveral experimental chrome extensions that allow you to define user agents but it did not work as good as konqueror...

Any help is appreciated!
TIA.
 
Old 10-16-2011, 01:12 AM   #2
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547

Original Poster
Blog Entries: 7

Rep: Reputation: 55
Well I updated google chrome to the latest version which is 14.0.835.202 and the update seem to brake the agent string specified in the .desktop file under EXEC=
no matter what you put there it does not work....

 
Old 10-16-2011, 01:22 AM   #3
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547

Original Poster
Blog Entries: 7

Rep: Reputation: 55
I got EXEC= to work but no frames yet...
 
Old 10-16-2011, 02:38 AM   #4
hen770
Member
 
Registered: Oct 2010
Distribution: Arch
Posts: 136

Rep: Reputation: 7
Is it just a specific page? Or every page that you are trto load?

Is that page was able to load before the firmware update?
 
Old 10-16-2011, 09:28 AM   #5
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547

Original Poster
Blog Entries: 7

Rep: Reputation: 55
Quote:
Originally Posted by hen770 View Post
Is it just a specific page? Or every page that you are trto load?

Is that page was able to load before the firmware update?
To my knowledge is just this page and yes before the firmware update it work just fine.
 
Old 10-16-2011, 10:35 AM   #6
neymac
Member
 
Registered: May 2009
Distribution: Slackware64-14.1
Posts: 138

Rep: Reputation: 19
This page works with Opera web browser, but doesn't work with google-chrome 15.0.874.92 beta, konqueror, rekonq nor with Firefox-7.0.1 that I use.

PS:
After create files choice.htm, info.htm and logo.htm, it worked with all web browsers above.

Last edited by neymac; 10-16-2011 at 10:56 AM.
 
Old 10-16-2011, 11:31 AM   #7
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547

Original Poster
Blog Entries: 7

Rep: Reputation: 55
Quote:
Originally Posted by neymac View Post
This page works with Opera web browser, but doesn't work with google-chrome 15.0.874.92 beta, konqueror, rekonq nor with Firefox-7.0.1 that I use.

PS:
After create files choice.htm, info.htm and logo.htm, it worked with all web browsers above.
neymac,

Where did you created this files?
I am talking about an appliance. To be exact is a PROTech MV-370 GSM Gateway.
Do you have the same issue?

Thanks!
 
Old 10-16-2011, 03:49 PM   #8
neymac
Member
 
Registered: May 2009
Distribution: Slackware64-14.1
Posts: 138

Rep: Reputation: 19
Quote:
Originally Posted by SeRi@lDiE View Post
neymac,

Where did you created this files?
I am talking about an appliance. To be exact is a PROTech MV-370 GSM Gateway.
Do you have the same issue?

Thanks!
No, Sorry, I misunderstood.
 
Old 10-17-2011, 11:04 AM   #9
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547

Original Poster
Blog Entries: 7

Rep: Reputation: 55
neymac,

Not a problem. Thanks for the help.

Any body else out there?
 
Old 10-17-2011, 01:24 PM   #10
vulcan59
Member
 
Registered: Sep 2007
Location: UK
Distribution: Slackware 14.2 & Current
Posts: 96

Rep: Reputation: 30
Does this appliance provide a DOCTYPE header at the start of the HTML? Just curious because the HTML you provided throws up errors at http://validator.w3.org no matter which doctype I choose. I don't use Chrome but I just wonder if it is a bit more pedantic about syntax than the other browsers.
 
Old 10-17-2011, 11:35 PM   #11
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547

Original Poster
Blog Entries: 7

Rep: Reputation: 55
Thanks for the help vulcan59,

It does not have a DOCTYPE in the header....

What I am puzzled about is that it works ok with FF and if I use konqueror with an agent string of FF it works as well...

In chrome not matter what agent string I use it does not work...
 
Old 10-18-2011, 06:13 AM   #12
vulcan59
Member
 
Registered: Sep 2007
Location: UK
Distribution: Slackware 14.2 & Current
Posts: 96

Rep: Reputation: 30
The web server may be using the agent string to customize the HTML it outputs but it is still up to the browser to interpret that HTML and display it. I still think there may be something about the HTML which Chrome doesn't like. Did the firmware upgrade break this? Was the HTML different before the firmware upgrade and did it used to work with Chrome? If it worked with Chrome before the firmware upgrade but doesn't now then I would be asking the firmware supplier about this.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Chrome Responsiveness issues after screensaver thekore Linux - Software 1 03-20-2011 03:06 AM
LXer: Google Chrome Frame Brings HTML5 to Legacy Browsers LXer Syndicated Linux News 0 06-10-2010 09:40 AM
LXer: Mozilla backs Microsoft's criticism of Chrome Frame LXer Syndicated Linux News 0 09-30-2009 12:20 PM
LXer: Microsoft: Google Chrome Frame makes IE less secure LXer Syndicated Linux News 0 09-24-2009 04:00 PM
9800 GTX issues, they said its a runaway frame rate? Quads Linux - Hardware 1 05-21-2009 09:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration