free flash templates free css & photoshop templates free flash animation |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
showpage function returns alert page not found
Hello again. I'm having a navigation issue with the showpage function. I have the following script on a page.
<a href="javascript:showPage('_mypage.htm',selected_b utton);">Read More</a> On using the link the script alerts "Page _mypage.htm not found" But the page exists and is spelled correctly. Any ideas? |
#2
|
|||
|
|||
Try to remove
Code:
,selected_b utton |
#3
|
|||
|
|||
No luck
Thanks for the reply, but it's still doing it. |
#4
|
|||
|
|||
Closer
I noticed that if I change the page to one of the included pages such as _home.htm or _about.htm it works fine.
Its only when I use the name of my new page that I get the page not found error. |
#5
|
|||
|
|||
Solved. A permissions issue.
|
|
|