I have customized the navigation menu in my app and one tab in Search. When user click on search it needs to open a popup box of form search.
I have created a form search view and it is opening in same window in full screen.
I need it to open in new window without full screen.
Any thoughts for ow to achieve that?
Do I need to add something in collection label tag in default xml or in redirector module
Hello,
Not sure this is what you are looking for, but what you can do is this with javascript:
a href="javascript:window.open('
')">NAME
Once NAME is clicked, it will open up a new window with your URL.
Hello,
Not sure this is what you are looking for, but what you can do is this with javascript:
a href="javascript:window.open('
')">NAME
Once NAME is clicked, it will open up a new window with your URL.
Hmmm. No longer works in 6.3.3?
Also we can give height,width,top,left values to open it in particular position and size.
Thanks a lot.
knock knock..Somebody there?