~~N00bler Question~~
Moderator: General Moderators
-
MaxBlast-PHP
- Forum Newbie
- Posts: 9
- Joined: Fri Mar 25, 2005 1:11 am
~~N00bler Question~~
How to i make a page that after clicking a link it doesnt go to the page it just loads it on that page or whatever
MaxBlast-PHP
MaxBlast-PHP
-
method_man
- Forum Contributor
- Posts: 257
- Joined: Sat Mar 19, 2005 1:38 am
what?
what? u mean it opens in the same window?
matt
matt
-
method_man
- Forum Contributor
- Posts: 257
- Joined: Sat Mar 19, 2005 1:38 am
matt
it should automatically open in the same window unless u put
Code: Select all
<html>
<body>
<a href="e;lastpage.htm"e; target="e;_blank"e;>Last Page</a>
//If you set the target attribute of a link to "e;_blank"e;,
the link will open in a new window.
</body>
</html>-
MaxBlast-PHP
- Forum Newbie
- Posts: 9
- Joined: Fri Mar 25, 2005 1:11 am
-
MaxBlast-PHP
- Forum Newbie
- Posts: 9
- Joined: Fri Mar 25, 2005 1:11 am
if i had the code i wouldnt be asking about it... ok like when you have a template ok you click on like a link and something comes on that page instead of going to a differnet webpage....
like i clicked on ~~Click here~~ and it would show
blah blah blah
blah blah blah
on that page with out loading a whole new webpage
like i clicked on ~~Click here~~ and it would show
blah blah blah
blah blah blah
on that page with out loading a whole new webpage
-
method_man
- Forum Contributor
- Posts: 257
- Joined: Sat Mar 19, 2005 1:38 am
?
i still dont get what ur saying
-
method_man
- Forum Contributor
- Posts: 257
- Joined: Sat Mar 19, 2005 1:38 am
?
do u want it to pop up in a new tab? a new window? what?
i still dont get it
matt
i still dont get it
matt
-
MaxBlast-PHP
- Forum Newbie
- Posts: 9
- Joined: Fri Mar 25, 2005 1:11 am
-
method_man
- Forum Contributor
- Posts: 257
- Joined: Sat Mar 19, 2005 1:38 am
hmm
hmm... i suggest just doing it the way u know how instead of doin it this way
matt
matt
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
making a link on the parent page change the content of an iframe involves using the name of the iframe as a target. iframes aren't exactly the easiest to work with in php either.. for basics they work fine, but get a bit painful if you start using sessions and things that don't necessarily pass back and forth between them too easy..
-
MaxBlast-PHP
- Forum Newbie
- Posts: 9
- Joined: Fri Mar 25, 2005 1:11 am
-
MaxBlast-PHP
- Forum Newbie
- Posts: 9
- Joined: Fri Mar 25, 2005 1:11 am