Jump to content
MakeWebGames

Iframe border & actual file help.


Recommended Posts

Posted

Ok so i currently using a jquery menu which call the corresponding page inside an iframe.

When i click a link within the iframe it takes me there no problem. But when i click the original link it will take me to the last visited page in the iframe and not the one i want to call.

How do i fix this?

Also how do i remove the border?

(If this has confused you at all please reply and i will send a link to your inbox so you can see what i mean)

Posted

Why are you iframing a Menu? And why would you want to have link's coming from the iframe? Did you set the link's to update that certain iframe?

IE:

<iframe id="Menu"></iframe>

<iframe id="Game"></iframe>

 

Are your link's in the Menu targeted to id Game? IE:

Linky

Posted

Not Found

The requested URL /gametest/login.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache Server at xvon.info Port 80

Posted

Not Found

The requested URL /gametest/authenticate.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache Server at xvon.info Port 80

Posted

Because it is clicking a link, the link in the main menu is not being updated by the javascript to reCall that page, except it's just bringing back up the Div ID that you are selecting.

Remmember, to get a new page, you have to make a new request.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...