[SOLVED] problem with onpageload fonction |
7/4/2011 1:02:16 AM |
PHPRunner General questions | |
R
rocknroll_france author
Hi, |
|
R
|
rocknroll_france author 7/4/2011 |
Just to understand, I just try this other code, find in tutorial... |
![]() |
Sergey Kornilov admin 7/4/2011 |
Make sure you don't add <script> or function to your event code. Simply paste code to 'Javascript OnLoad' event on Events screen. |
R
|
rocknroll_france author 7/4/2011 |
Thanks for reply. |
C
|
cgphp 7/4/2011 |
Remove also the function declaration: function OnPageLoad(pageid)
}
var ctrlCategory = Runner.getControl(pageid, 'category'); |
![]() |
Sergey Kornilov admin 7/4/2011 |
I think you are dealing with cached pages in your browser. Simply hit CTRL+F5 to reload the page after the build. |