Current location: Hot Scripts Forums » General Web Coding » JavaScript » problems with frames


problems with frames

Reply
  #1 (permalink)  
Old 11-22-04, 12:47 PM
misterman misterman is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
problems with frames

hi guys,

i got the folloing problem:

i created a clicker and it's working with some refresh scripts from javascript and the posting part is done by php. but the following problem:

i wanna create something that like this

if the post frames = one then it should call this:
Code:
<frameset rows="*,1" cols="*" framespacing="0" frameborder="NO" border="0">
  <frame src="http://www.riseoftyrants.com/recruit.php?uniqid=<? echo $HTTP_GET_VARS['uniqid']; ?>" name="mainFrame" scrolling="auto">
  <frame src="mainframe.htm" name="bottomFrame" scrolling="NO" noresize>
</frameset>
so it would be one frame

but if i post the value 2 frames it should make the lines frameset like this:
Code:
<frameset rows="*" cols="512,*" framespacing="0" frameborder="NO" border="0">
  <frame src="http://www.riseoftyrants.com/recruit.php?uniqid=<? echo $HTTP_GET_VARS['uniqid']; ?>" name="leftFrame" scrolling="auto" noresize>
<frame src="http://www.riseoftyrants.com/recruit.php?uniqid=<? print $HTTP_GET_VARS['uniqid']; ?>" name="mainFrame">
</frameset>
but i don't know how to make this possible

could some of you guys help me?

regards, misterman
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash help: Play frames in reverse Infinite_Hackers Flash & ActionScript 2 08-24-05 09:05 PM
How to solve this without using frames? Edward Han PHP 2 06-22-04 07:40 AM
Source load into table not using frames moman JavaScript 1 03-09-04 06:32 AM
2 spacing/alignment problems Arowana HTML/XHTML/XML 0 01-07-04 11:58 AM
Reaaly stuck about javascript over frames muratisik JavaScript 1 12-14-03 11:58 AM


All times are GMT -5. The time now is 10:36 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.