Reply
Frames alternative
Old 08-08-2004, 05:49 PM Frames alternative
pipers dragon's Avatar
Extreme Talker

Posts: 190
Can someone lead me to a way to use the effect of iframes(targeting into a box) without using iframes? is there even a way?
pipers dragon is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 08-08-2004, 07:18 PM
Unknown.

Posts: 1,693
Theres no other alternative using HTML...

Although if you have access to PHP you could use php includes..

-James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 08-08-2004, 08:08 PM
witchblade32's Avatar
Super Talker

Posts: 140
Location: Lititz, PA
You can also use file includes with SSI (.shtml pages) and ASP.
__________________
When you eliminate all other possibilities, what remains, no matter how improbable, is the answer.
witchblade32 is offline
Reply With Quote
View Public Profile Visit witchblade32's homepage!
 
Old 08-08-2004, 11:09 PM
pipers dragon's Avatar
Extreme Talker

Posts: 190
o, anyone know any tutorial links?
pipers dragon is offline
Reply With Quote
View Public Profile
 
Old 08-09-2004, 05:54 AM
webwoRRks's Avatar
Ultra Talker

Posts: 426
Location: I hope so
you got php?

HTML Code:
<div style="width:500px;height:300px;overflow:scroll;">
<?php require('frame_1.php'); ?>
</div>
__________________
Theres 10 types of people; those who understand binary, and those who don't.
webmaster and webdeveloper resources, http://www.webworrks.com
webwoRRks is offline
Reply With Quote
View Public Profile Visit webwoRRks's homepage!
 
Old 08-09-2004, 06:22 AM
Unknown.

Posts: 1,693
or....

PHP Code:
<?php
include 'filename.htm';
?>
-James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 08-09-2004, 06:37 AM
webwoRRks's Avatar
Ultra Talker

Posts: 426
Location: I hope so
Sorry, I did that to make it more frame like
__________________
Theres 10 types of people; those who understand binary, and those who don't.
webmaster and webdeveloper resources, http://www.webworrks.com
webwoRRks is offline
Reply With Quote
View Public Profile Visit webwoRRks's homepage!
 
Reply     « Reply to Frames alternative
 

Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13664 seconds with 12 queries