|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Help w/ window_name please...
Goal: Have all my links open in the same named window
I have this code in my main index file... window.name = "parent_window"; And this is the syntax I'm using within my flash movie... getURL("http://www.baileysbarkery.com/specialty.php","new_window"); Now here's the issue, if I create two buttons pointed to (google.com and yahoo.com) they do indeed load in the same window like I am trying to do. However, when I try to load my php pages, they still load in their own individual page. I am new to PHP so I am not sure if there is some special code that is required on the individual php pages to do this or not? Any help would be greatly appreciated and if that was confusing what I'm asking for please let me know and I'll try to clarify! Thanks! |
|
#2
|
||||
|
||||
|
RE: Help w/ window_name please...
Please show all code for the javascript. This doesnt appear to be a php problem. Php is server-side and outputs html. I believe this is a javascript problem, (Moved thread to client side forum).
|
|
#3
|
|||
|
|||
|
Message Moved
Thread moved from 'PHP Coding' to 'Client Side Things' by Andrew.
Reason: |
|
#4
|
|||
|
|||
|
RE: Help w/ window_name please...
I am not using javascript at all.
The only code I have is an html index file which calls my flash movie. In the head of that file is where I have my window.name = "parent_window"; For my buttons w/in the flash movie I am using the code: getURL("http://www.baileysbarkery.com/specialty.php","new_window"); Now when this code calls a regular html page it works fine, but when I call my .php pages, it doesn't. It just keeps opening the pages all in their own windows still instead of going to 'new_window'. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Help w/ window_name please... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|