DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2008-09-23 16:50:50

lgasc
New member

issue with frameset

Hi,
When I use frameset, I cannot see my functions in the script tab.
What I have to do?
Thanks for help.

Offline

 

#2 2008-09-23 16:56:28

fabrice
DebugBar Support

Re: issue with frameset

Hi,

You should post debugbar problems on the "DebugBar Bugs & Problems" forum.

Do you have a sample public url where I can reproduce your problem ?

Offline

 

#3 2008-09-24 07:19:18

lgasc
New member

Re: issue with frameset

Hi,
Thank your for your answear, I will post the message as you tell.
Test1
------
To be more accurate, the functions appear in the "script" tab, but I cannot run init().
If I run init() without the frameset (withdrawing of course the calls to frameset) it works fine, but not in the frameset.
http://mail.cddoc.fr:443/test/

Test2
------
On the second test with same context of frameset, I dont even reach the function on my local ip http://192.168.0.132/test, but functions appear on http://mail.cddoc.fr:443/test2/ with same bug of test1. I realize that ip adress has to be localhost, but haven got a clue for the bug test1.

Thanks if you can help wink

Offline

 

#4 2008-09-24 09:27:05

fabrice
DebugBar Support

Re: issue with frameset

Hi,

That makes sense. The javascript console is running the script on the main frame context, so under this context the init() method does not exists.

Using the url :

http://mail.cddoc.fr:443/test2/

try this :

document.frames['frame_main'].init()

and the function will run.

Offline

 

#5 2008-09-24 11:26:31

lgasc
New member

Re: issue with frameset

It helps, thank you very much Fabrice wink

Offline