Edi, On Wed, 2008-05-07 at 01:18 -0700, Edi wrote: > no. how can i use this html validator for that print? please tell me. > > thanks > regards, > edi > > > Martin Makundi wrote: > > > > Hi... have you validated your page using a HTML validator? > > > > ** > > Martin > > > > 2008/5/6 Edi <[EMAIL PROTECTED]>: > >> > >> hello to all, > >> > >> please give me your suggestion regarding this issue. > >> > >> thanking you > >> regards, > >> edi > >> > >> > >> Edi wrote: > >> > > >> > my html code is > >> > > >> > <aa href="" onclick="javascript:window.print(); return false;"> > >> > PRINT img/print.gif > >> > </aa> > >> > i did not use any wicket code. i used only html and javascript > >> > thanks-
there is no HTML element <aa>. Try with <a>. > >> > > >> > ----------------------------------------------------------- > >> > > >> > Martin Makundi wrote: > >> >> > >> >> Could you show the markup and the code? > >> >> > >> >> 2008/5/5 Edi <[EMAIL PROTECTED]>: > >> >>> > >> >>> Hello, > >> >>> > >> >>> I have created one html link and during the onclick, I have > >> called > >> >>> the > >> >>> javascript print function, > >> >>> > >> >>> window.print(), the entire page is printing nicely. But in all the > >> >>> corner > >> >>> sides, I am getting some improper > >> >>> > >> >>> wicket codes also printing(FYI: My IE version is 6.0). But in > >> firefox > >> >>> is > >> >>> working fine. > >> >>> > >> >>> My print function looks, > >> >>> > >> >>> Print > >> >>> > >> >>> This code is written in wicket model window. > >> >>> > >> >>> Please send your suggestions. > >> >>> > >> >>> Thanking You. > >> >>> Regards, > >> >>> Edi > >> >>> -- > >> >>> View this message in context: > >> >>> > >> http://www.nabble.com/Regarding-Print-page-function--tp17053929p17053929.html > >> >>> Sent from the Wicket - User mailing list archive at Nabble.com. > >> >>> > >> >>> > >> >>> > >> --------------------------------------------------------------------- > >> >>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> >>> For additional commands, e-mail: [EMAIL PROTECTED] > >> >>> > >> >>> > >> >> > >> >> --------------------------------------------------------------------- > >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> >> For additional commands, e-mail: [EMAIL PROTECTED] > >> >> > >> >> > >> >> > >> > > >> > > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/Regarding-Print-page-function--tp17053929p17078840.html > >> Sent from the Wicket - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
