Ask a Question related to ASP.NET General, Design and Development.
-
Konrad #1
href code
Hi
How to write in c# href code so it looks in source
Slide - pokaz programu - Remonty firmy Delta Software
pls. look source of this link.
Thanks
Konrad Guest
-
href help
I'm pretty new to CF still and I have created a cfm page that retreives a specific record according to what was selected on the previous page. The... -
cfformitem and HREF
Can you post the sample code for underlining links in a flash from. -
Get-Post in <A HREF>....
I've a page with a link like this: <a href="Login.php?LogType=SearchProfile">Profils de recherche</a> <a... -
href links
My site has gone from 5 pages to 50 over this year. Every page has a sidebar, which includes the title, content and link to the other page on my... -
passing value via href
How do I write a hyperlink that also passes a value to the destination php page? Thanks in advance. ~Duane. -
Konrad #2
Re: href code
this is link:
<a>href="#"
onclick="mywin001=openIT('KartyPracy_viewlet_swf.h tml',600,400,null,null,'my
win001',5,true,true,true);return false">Slide - pokaz programu - Remonty
firmy Delta Software</a>
I want tp use this link with datagrid and
have problems with #.
Thanks
Konrad
"Konrad" <konrad007@poczta.onet.pl> wrote in message
news:bg11mb$bgs$1@nemesis.news.tpi.pl...> Hi
>
> How to write in c# href code so it looks in source
>
> Slide - pokaz programu - Remonty firmy Delta Software
>
> pls. look source of this link.
> Thanks
>
>
Konrad Guest
-
S. Justin Gengo #3
Re: href code
Konrad,
Unless it's a typo your link is formatted incorrectly. The link's
attributes should be inside the <a> tag like this:
<a href="#"
onclick="mywin001=openIT('KartyPracy_viewlet_swf.h tml',600,400,null,null,'my
win001',5,true,true,true);return false">Slide - pokaz programu - Remonty
firmy Delta Software</a>
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Konrad" <konrad007@poczta.onet.pl> wrote in message
news:bg1207$1l2$1@atlantis.news.tpi.pl...onclick="mywin001=openIT('KartyPracy_viewlet_swf.h tml',600,400,null,null,'my> this is link:
>
> <a>href="#"
>> win001',5,true,true,true);return false">Slide - pokaz programu - Remonty
> firmy Delta Software</a>
>
> I want tp use this link with datagrid and
> have problems with #.
>
> Thanks
> Konrad
>
> "Konrad" <konrad007@poczta.onet.pl> wrote in message
> news:bg11mb$bgs$1@nemesis.news.tpi.pl...>> > Hi
> >
> > How to write in c# href code so it looks in source
> >
> > Slide - pokaz programu - Remonty firmy Delta Software
> >
> > pls. look source of this link.
> > Thanks
> >
> >
>
S. Justin Gengo Guest
-
S. Justin Gengo #4
Re: href code
Try placing "javascript:" in front like this:
<a href="#"
onclick="javascript:mywin001=openIt('KartyPracy_vi ewlet_swf.html',600,400,nu
ll,null,'mywin001',5,true,true,true);return false">Slide - pokaz programu -
Remonty firmy Delta Software</a>
(Sometimes "return false;" doesn't fire without it.)
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Konrad" <konrad007@poczta.onet.pl> wrote in message
news:bg15vl$mlb$1@atlantis.news.tpi.pl...onclick="mywin001=openIT('KartyPracy_viewlet_swf.h tml',600,400,null,null,'my> I know it.
> The question concerning inside part.
>
> "S. Justin Gengo" <sjgengo@aboutfortunate.com> wrote in message
> news:OVQmOgGVDHA.2236@TK2MSFTNGP12.phx.gbl...>> > Konrad,
> >
> > Unless it's a typo your link is formatted incorrectly. The link's
> > attributes should be inside the <a> tag like this:
> >
> > <a href="#"
> >onclick="mywin001=openIT('KartyPracy_viewlet_swf.h tml',600,400,null,null,'my>> > win001',5,true,true,true);return false">Slide - pokaz programu - Remonty
> > firmy Delta Software</a>
> >
> >
> > --
> > S. Justin Gengo, MCP
> > Web Developer
> >
> > Free code library at:
> > [url]www.aboutfortunate.com[/url]
> >
> > "Out of chaos comes order."
> > Nietzche
> > "Konrad" <konrad007@poczta.onet.pl> wrote in message
> > news:bg1207$1l2$1@atlantis.news.tpi.pl...> >> > > this is link:
> > >
> > > <a>href="#"
> > >Remonty> > > win001',5,true,true,true);return false">Slide - pokaz programu ->> >> > > firmy Delta Software</a>
> > >
> > > I want tp use this link with datagrid and
> > > have problems with #.
> > >
> > > Thanks
> > > Konrad
> > >
> > > "Konrad" <konrad007@poczta.onet.pl> wrote in message
> > > news:bg11mb$bgs$1@nemesis.news.tpi.pl...
> > > > Hi
> > > >
> > > > How to write in c# href code so it looks in source
> > > >
> > > > Slide - pokaz programu - Remonty firmy Delta Software
> > > >
> > > > pls. look source of this link.
> > > > Thanks
> > > >
> > > >
> > >
> > >
> >
>
S. Justin Gengo Guest
-
Konrad #5
Re: href code
And how to do that using only code behind.
"S. Justin Gengo" <sjgengo@aboutfortunate.com> wrote in message
news:#9I2PLKVDHA.2068@TK2MSFTNGP11.phx.gbl...onclick="javascript:mywin001=openIt('KartyPracy_vi ewlet_swf.html',600,400,nu> Try placing "javascript:" in front like this:
>
> <a href="#"
>programu -> ll,null,'mywin001',5,true,true,true);return false">Slide - pokazonclick="mywin001=openIT('KartyPracy_viewlet_swf.h tml',600,400,null,null,'my> Remonty firmy Delta Software</a>
>
> (Sometimes "return false;" doesn't fire without it.)
>
> --
> S. Justin Gengo, MCP
> Web Developer
>
> Free code library at:
> [url]www.aboutfortunate.com[/url]
>
> "Out of chaos comes order."
> Nietzche
> "Konrad" <konrad007@poczta.onet.pl> wrote in message
> news:bg15vl$mlb$1@atlantis.news.tpi.pl...>> > I know it.
> > The question concerning inside part.
> >
> > "S. Justin Gengo" <sjgengo@aboutfortunate.com> wrote in message
> > news:OVQmOgGVDHA.2236@TK2MSFTNGP12.phx.gbl...> >> > > Konrad,
> > >
> > > Unless it's a typo your link is formatted incorrectly. The link's
> > > attributes should be inside the <a> tag like this:
> > >
> > > <a href="#"
> > >Remonty> > > win001',5,true,true,true);return false">Slide - pokaz programu -onclick="mywin001=openIT('KartyPracy_viewlet_swf.h tml',600,400,null,null,'my>> >> > > firmy Delta Software</a>
> > >
> > >
> > > --
> > > S. Justin Gengo, MCP
> > > Web Developer
> > >
> > > Free code library at:
> > > [url]www.aboutfortunate.com[/url]
> > >
> > > "Out of chaos comes order."
> > > Nietzche
> > > "Konrad" <konrad007@poczta.onet.pl> wrote in message
> > > news:bg1207$1l2$1@atlantis.news.tpi.pl...
> > > > this is link:
> > > >
> > > > <a>href="#"
> > > >
> > >> Remonty> > > > win001',5,true,true,true);return false">Slide - pokaz programu ->> >> > > > firmy Delta Software</a>
> > > >
> > > > I want tp use this link with datagrid and
> > > > have problems with #.
> > > >
> > > > Thanks
> > > > Konrad
> > > >
> > > > "Konrad" <konrad007@poczta.onet.pl> wrote in message
> > > > news:bg11mb$bgs$1@nemesis.news.tpi.pl...
> > > > > Hi
> > > > >
> > > > > How to write in c# href code so it looks in source
> > > > >
> > > > > Slide - pokaz programu - Remonty firmy Delta Software
> > > > >
> > > > > pls. look source of this link.
> > > > > Thanks
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
>
Konrad Guest
-
S. Justin Gengo #6
Re: href code
Konrad,
You can add attributes to any .Net object from the code behind by utilizing
the "Attributes" method:
MyLink.Attributes.Add("onClick",
onclick="javascript:mywin001=openIt'KartyPracy_vie wlet_swf.html',600,400,nul
l,null,'mywin001',5,true,true,true);return false")
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Konrad" <konrad007@poczta.onet.pl> wrote in message
news:bg25d5$klr$1@atlantis.news.tpi.pl...onclick="javascript:mywin001=openIt('KartyPracy_vi ewlet_swf.html',600,400,nu> And how to do that using only code behind.
>
> "S. Justin Gengo" <sjgengo@aboutfortunate.com> wrote in message
> news:#9I2PLKVDHA.2068@TK2MSFTNGP11.phx.gbl...>> > Try placing "javascript:" in front like this:
> >
> > <a href="#"
> >onclick="mywin001=openIT('KartyPracy_viewlet_swf.h tml',600,400,null,null,'my> programu -> > ll,null,'mywin001',5,true,true,true);return false">Slide - pokaz>> > Remonty firmy Delta Software</a>
> >
> > (Sometimes "return false;" doesn't fire without it.)
> >
> > --
> > S. Justin Gengo, MCP
> > Web Developer
> >
> > Free code library at:
> > [url]www.aboutfortunate.com[/url]
> >
> > "Out of chaos comes order."
> > Nietzche
> > "Konrad" <konrad007@poczta.onet.pl> wrote in message
> > news:bg15vl$mlb$1@atlantis.news.tpi.pl...> >> > > I know it.
> > > The question concerning inside part.
> > >
> > > "S. Justin Gengo" <sjgengo@aboutfortunate.com> wrote in message
> > > news:OVQmOgGVDHA.2236@TK2MSFTNGP12.phx.gbl...
> > > > Konrad,
> > > >
> > > > Unless it's a typo your link is formatted incorrectly. The link's
> > > > attributes should be inside the <a> tag like this:
> > > >
> > > > <a href="#"
> > > >
> > >onclick="mywin001=openIT('KartyPracy_viewlet_swf.h tml',600,400,null,null,'my> Remonty> > > > win001',5,true,true,true);return false">Slide - pokaz programu ->> >> > > > firmy Delta Software</a>
> > > >
> > > >
> > > > --
> > > > S. Justin Gengo, MCP
> > > > Web Developer
> > > >
> > > > Free code library at:
> > > > [url]www.aboutfortunate.com[/url]
> > > >
> > > > "Out of chaos comes order."
> > > > Nietzche
> > > > "Konrad" <konrad007@poczta.onet.pl> wrote in message
> > > > news:bg1207$1l2$1@atlantis.news.tpi.pl...
> > > > > this is link:
> > > > >
> > > > > <a>href="#"
> > > > >
> > > >
> > >>> > Remonty> > > > > win001',5,true,true,true);return false">Slide - pokaz programu -> >> > > > > firmy Delta Software</a>
> > > > >
> > > > > I want tp use this link with datagrid and
> > > > > have problems with #.
> > > > >
> > > > > Thanks
> > > > > Konrad
> > > > >
> > > > > "Konrad" <konrad007@poczta.onet.pl> wrote in message
> > > > > news:bg11mb$bgs$1@nemesis.news.tpi.pl...
> > > > > > Hi
> > > > > >
> > > > > > How to write in c# href code so it looks in source
> > > > > >
> > > > > > Slide - pokaz programu - Remonty firmy Delta Software
> > > > > >
> > > > > > pls. look source of this link.
> > > > > > Thanks
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
>
S. Justin Gengo Guest



Reply With Quote

