skalie
the honourable
Registered: Sep 2001
Location: ........
Posts: 14954 |
What sort of HTML trickery is this.
I need to advise someone how remove a frameset from a site for Search Engine Optimisation.
http://www.********.com/index.html ;jsessionid=4876BDAFC4B02DC423F3384B622B649A
For example.
When I view the source I get a frameset.
code:
<frameset framespacing="0" frameborder="0" rows="*,0,0">
<frame noresize name="main" src="homepage/welcome.html">
<frame src="menu/menu.html" name="menu">
<frame src="settings.html" name="settings">
<noframes>
So I try and access the main frame....
http://www.********.com/homepage/welcome.html
I get redirected to this.
http://www.********.com/ index.html?main=/homepage/welcome.html
I'm intending to ask for FTP access (of course), but I'd really like to be able to view the source of the frames first.
Thanks in advance.
Edit: Splitting the url's up.
Jsession, that means I'm dealing with Java, right?
Last edited by skalie on 01-29-2006 at 09:14 AM
Report this post to a moderator |
IP: Logged
|