Redirect to another page by clicking on a link in modal windows -


**i have modal window displays list of groups create, want clicking on name of group modal window closes , redirects group profile made here link line

echo $this->htmllink($link, $group->gettitle());

$link static link domaine/group/4 thank you**

you can using javascript:

parent.smoothbox.close(); 

and redirect using javascript (with parent means change location property of parent window).


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -