Re: AW: Open page in new window when clicking on button

2012-05-03 Thread Dan Retzlaff
Your back button isn't really taking the user back; it's taking the user to
a new instance of the search page. How about:
Back

On Thu, May 3, 2012 at 12:54 PM, laine78  wrote:

> I went ahead and terminated the tags with />
> Here is the html code generated by my browser.  Everything looks okay to me
> as best as I can tell.
>
> 
> http://wicket.apache.org";
> value="Back" name="back" type="submit" Back
> http://wicket.apache.org";
> value="Print" name="print" onclick="target='_blank';return true;"
> type="submit" >Display
> 
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Open-page-in-new-window-when-clicking-on-button-tp4606719p4606960.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


AW: AW: Open page in new window when clicking on button

2012-05-03 Thread Stefan Lindner
Something must be wrong in your HTML code. What you posted ist not a valid HTML 
code.
E.g. 

type="submit" Back

There is something wrong! And I'm surprised to see

xmlns:wicket="http://wicket.apache.org";

inside your button tag.


-Ursprüngliche Nachricht-
Von: laine78 [mailto:meldsa...@hotmail.com] 
Gesendet: Donnerstag, 3. Mai 2012 21:54
An: users@wicket.apache.org
Betreff: Re: AW: Open page in new window when clicking on button

I went ahead and terminated the tags with /> Here is the html code generated by 
my browser.  Everything looks okay to me as best as I can tell.


http://wicket.apache.org";
value="Back" name="back" type="submit" Back http://wicket.apache.org";
value="Print" name="print" onclick="target='_blank';return true;"
type="submit" >Display


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Open-page-in-new-window-when-clicking-on-button-tp4606719p4606960.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: AW: Open page in new window when clicking on button

2012-05-03 Thread laine78
I went ahead and terminated the tags with /> 
Here is the html code generated by my browser.  Everything looks okay to me
as best as I can tell.


http://wicket.apache.org";
value="Back" name="back" type="submit" Back
http://wicket.apache.org";
value="Print" name="print" onclick="target='_blank';return true;"
type="submit" >Display


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Open-page-in-new-window-when-clicking-on-button-tp4606719p4606960.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



AW: Open page in new window when clicking on button

2012-05-03 Thread Stefan Lindner
If this really ist he HTML code that you use, you should terminate your  
tages with />





Have you checked (yuse debug tool of your browser) waht html code is used by 
your browser? Sometimes (e.g. chrome) browsers are quite smart and they 
re-arrange html code when somehtin is wrong.

Stefan


-Ursprüngliche Nachricht-
Von: laine78 [mailto:meldsa...@hotmail.com] 
Gesendet: Donnerstag, 3. Mai 2012 21:40
An: users@wicket.apache.org
Betreff: Re: Open page in new window when clicking on button

I edited my html file to look like this





The display button now opens up a page in a new window.  Now he issue is at any 
point after I click the display button, the back button also opens up pages in 
new windows.  How do I go about resetting target in the onclick of the back 
button ie. 


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Open-page-in-new-window-when-clicking-on-button-tp4606719p4606940.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Open page in new window when clicking on button

2012-05-03 Thread laine78
I edited my html file to look like this





The display button now opens up a page in a new window.  Now he issue is at
any point after I click the display button, the back button also opens up
pages in new windows.  How do I go about resetting target in the onclick of
the back button ie. 


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Open-page-in-new-window-when-clicking-on-button-tp4606719p4606940.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org