PHP Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old October 14th, 2009, 07:50 PM
Dizzle Dizzle is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Aug 2009
Posts: 43 Dizzle User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 h 3 m 22 sec
Reputation Power: 1
Frame help

on the bottom frame is menu.html

Code:
<body><form action='link.php' method='post' name='changer'>
<label>URL
<input type="text" name="url" />
</label>
<label>
<input type="submit" name="Submit" value="Submit" />
</label>
</form>
</body>


on the top frame is link.php
Code:
<?php
  if (isset($_POST['url'])) {
    header("Location: " . $_POST['url']);
  }
?>


the problem is when i enter a url in menu.html and submit, i want link.php to go to that webpage. whats the best way to do this?... the above isn't working the way i intended.

Reply With Quote
  #2  
Old October 14th, 2009, 09:12 PM
jamestrowbridge jamestrowbridge is online now
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Jul 2008
Location: Cleveland, Ohio, USA
Posts: 485 jamestrowbridge User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 Days 18 h 14 m 29 sec
Reputation Power: 2
This is an HTML issue, should be in client side things, but all you need to do is give the link.php frame a name:
<frame src="link.php" name="link_frame" />
then on the link(s) on the menu.html page, set the target equal to the frame's name:
<a href='www.google.com' target='link_frame'>Go to google</a>

That oughta do it for ya.
__________________
Sir, a desire of knowledge is the natural feeling of mankind; and every human being, whose mind is not debauched, will be willing to give all that he has to get knowledge.

Reply With Quote
  #3  
Old October 14th, 2009, 09:33 PM
Dizzle Dizzle is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Aug 2009
Posts: 43 Dizzle User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 h 3 m 22 sec
Reputation Power: 1
thx for help but its not working...

i want it to work like a browser.. the bottom frame i type the url then submit... and the top frame goes to that website.

Reply With Quote
  #4  
Old October 14th, 2009, 09:34 PM
jamestrowbridge jamestrowbridge is online now
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Jul 2008
Location: Cleveland, Ohio, USA
Posts: 485 jamestrowbridge User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 Days 18 h 14 m 29 sec
Reputation Power: 2
Post what you have now, including top frame, bottom frame and the frameset page

Reply With Quote
  #5  
Old October 14th, 2009, 10:10 PM
Dizzle Dizzle is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Aug 2009
Posts: 43 Dizzle User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 h 3 m 22 sec
Reputation Power: 1
frameset page
Code:
<HTML>
<HEAD>
<TITLE>Stack Crawl</TITLE>
</HEAD>

<FRAMESET ROWS="80%,*" cols="*" >
     
     <FRAME SRC="link.php" name="link_frame">
     <FRAME SRC="menu.html">
</FRAMESET>
<noframes></noframes>

</HTML>





input page bottom frame
Code:
<body><form action='link.php' method='post' name='changer'>
<label>URL
<input type="text" name="url" />
</label>
<label>
<input type="submit" name="Submit" value="Submit" />
</label>
</form>
</body>


link page top frame
Code:
<?php
  if (isset($_POST['url'])) {
    header("Location: " . $_POST['url']);
  }
?>


i tried your code but its not exactly what i'm looking for.. i have it sort of working with this. but it changes the bottom frame.. when it should change the top..

Reply With Quote
  #6  
Old October 14th, 2009, 10:49 PM
jamestrowbridge jamestrowbridge is online now
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Jul 2008
Location: Cleveland, Ohio, USA
Posts: 485 jamestrowbridge User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 Days 18 h 14 m 29 sec
Reputation Power: 2
You can use the target attribute with form tags too, change:
<body><form action='link.php' method='post' name='changer'>
to:
<body><form action='link.php' method='post' name='changer' target='link_frame'>

And you should be good.

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Coding > Frame help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

Request Your Free Technology Downloads!
 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

Request Your Free Technology Downloads!
 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

Request Your Free Technology Downloads!
 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

Request Your Free Technology Downloads!
 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 3 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek