Hi all,

I do not know whether what I need is possible or not but I need some help.

My objective is to add a new link like help on the navigation menu, then I have 
a joomla website (php/mysql) and I would like to show this joomla website 
within 
the dialog box. This Website contains links.

What I have done is that:
- I have already added the link in the navigation toolbar. It's fine.
- When I click the link, my Joomla Website appears within the dialog box. It's 
fine.

The problem is that:
- when I click one link in the joomla Website (within the dialog box like 
help), 
the page is not shown within the dialog box anymore. I got a page with the 
joomla Website only (no more dealing with pmapper but my joomla website).
- One more thing also is that when I get the dialog box with the joomla website 
inside, I can not close anymore the dialog box.



- First, I put my joomla folder in the main folder of pmapper, the joomla 
website works fine but only this link is the problem.The first time I click the 
link on the navigation menu (like help,  download) is fine (I got the joomla 
Website within the dialog box), but  then when I click one link within the 
joomla Website, the page is not  dealing with pmapper anymore but dealing with 
joomla.
pm.pmapper.js
openStaticpage: function() {
            this.createDnRDlg(this.staticpageDlgOptions, _p('Staticpage'), 
'static-page/index.php');
        },


- Second, I put the folder outside of pmapper and I tried to call the url. The 
first time I click the link on the navigation menu (like help, download) is 
fine 
(I got the joomla Website within the dialog box), but then when I click one 
link 
within the joomla Website, the page is not dealing with pmapper anymore but 
dealing with joomla.

 pm.pmapper.js
openStaticpage: function() {
            this.createDnRDlg(this.staticpageDlgOptions,  _p('Staticpage'),  
'http://localhost/map/static-page/index.php');
        },

Hope you understand my problem.

Any help would be very appreciated.

Serge


      
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to