Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
hyperlink
- Page 1
Hyperlink problem
Programming
Software Development
16 Years Ago
by jano_alex_es
… XmlFile.ListLinks.Count - 1; i++) { hl = new
HyperLink
(); hl.Text = ListLinks[i][0]; //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! hl.Attributes.Add(&…quot;style", "asp:
hyperlink
:hover {COLOR: #FF7518;}"); //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! //Plinks is …
hyperlink
Programming
Web Development
19 Years Ago
by chan karan
i want to u if sentences?? if the time is equal to 1, the
hyperlink
will be displayed. how can i do that?? because i wrote some code, but it didn;t work. can any one help me about this?? if time="1" then response.write "<a ref="contract_us.html">asd</a>" end if
hyperlink
Programming
Software Development
11 Years Ago
by 21345572
how do you
hyperlink
pages on c#?
Re: HyperLink MouseOver
Programming
Web Development
17 Years Ago
by mellamokb
…="GridView1_RowDataBound"> ... <ItemTemplate> <asp:
HyperLink
ID="HyperLinkMS" runat="server" Text='<… != null) { DataRowView drv = (DataRowView)e.Row.DataItem;
HyperLink
h = (
HyperLink
)e.Row.FindControl("HyperLinkMS"); Image i = (Image)e…
hyperlink in asp net
Programming
Web Development
15 Years Ago
by gobi_roy
…, i want to use .gif button and use in the
hyperlink
. i am not able to move to another page by… clicking it. the code is as below: [CODE]<asp:
HyperLink
ID="HyperLink1" runat="server"><…; style="width: 1273px; height: 6px" /></asp:
HyperLink
>[/CODE]
Re: hyperlink in asp net
Programming
Web Development
15 Years Ago
by kameswari
Hi you can set the navigateURL property as follows... <asp:
HyperLink
ID="HyperLink1" runat="server" ImageUrl="~/images/Avatars/12.gif" NavigateUrl="~/Default2.aspx">
HyperLink
</asp:
HyperLink
> BYE..
Re: HyperLink MouseOver
Programming
Web Development
17 Years Ago
by mellamokb
…in the "onMouseOver" event of the
hyperlink
that changes the image. Here is an example of…</head> <body> <asp:
HyperLink
ID="HyperLink1" runat="server" Text="…changeImage('theImage', 'images/image1.jpg');"></asp:
HyperLink
> <img id="theImage" src=&…
Re: HyperLink MouseOver
Programming
Web Development
17 Years Ago
by Cano82
… formed. I wrote this code: <ItemTemplate> <asp:
HyperLink
ID="HyperLinkMS" runat="server" Text='<… code behind: protected void Page_Load(object sender, EventArgs e) {
HyperLink
hp = (
HyperLink
)GridView1.FindControl("HyperLinkMS"); hp.Attributes.Add("onmouseover…
Re: HyperLink MouseOver
Programming
Web Development
17 Years Ago
by mellamokb
…asp:TemplateField> <ItemTemplate> <asp:
HyperLink
ID="HyperLinkMS" runat="server" …null) { DataRowView drv = (DataRowView)e.Row.DataItem;
HyperLink
h = (
HyperLink
)e.Row.FindControl("HyperLinkMS"); Image i = (…
Re: hyperlink on web page
Programming
Web Development
14 Years Ago
by pritesh2010
…quot;server"> <ItemTemplate> <asp:
HyperLink
ID="hyp1" runat="server" Text='<…;%# Eval("UserName") %>'></asp:
HyperLink
> </ItemTemplate> </asp:Repeater>[/CODE]…
hyperlink problem
Hardware and Software
Microsoft Windows
19 Years Ago
by locked out
Unable to access
hyperlink
when in my email; either on my pc with Outlook or on my other acccount which is remote. I click on
hyperlink
and am disconnected. Unable to open in new window or right click either unable to download SP2 again uable to find "urlmon.dll" using Microsoft suggestion (regsrv32 urlmon.dll) :sad:
hyperlink to page
Programming
Software Development
19 Years Ago
by server_crash
Could someone please tell me how to
hyperlink
to a page? Say if I had a combobox and the user selected an item, how could I
hyperlink
to a page?
Re: Hyperlink a div
Programming
Web Development
18 Years Ago
by MattEvans
… enormous image inside it, set the overflow to hidden, and
hyperlink
the image :P i have a q, i was gonna… but this is close enough to my question: can you
hyperlink
a form submit field? O_o it seems trivial but it…
hyperlink in a datagrid?
Programming
Software Development
18 Years Ago
by bhavna_816
I wrote a code in C# which contains a datagrid which is having a
hyperlink
and we want when we click on this
hyperlink
it will redirect to another page and select all the selected messages. How can i do this?
hyperlink in php
Programming
Web Development
17 Years Ago
by lydia21
hi All jobtitle will be displayed in a table with
hyperlink
.when the jobtitle is clicked.it should fetch description,email … the pages based on the tobtitle or id....when the
hyperlink
is clicked it is not displaying the data from the…
HyperLink MouseOver
Programming
Web Development
17 Years Ago
by Cano82
I listed top 5 data by gridview. I use itemtemplate and
hyperlink
for them. An Idditon I have an Image. When I mouse over on
hyperlink
the image will be change. How can it ?
Hyperlink to POST a variable
Programming
Web Development
15 Years Ago
by dash1983
… want the user to be able to click on a
hyperlink
of pat_id (there might be many rows) and for that…. Here is my code so far, at the moment the
hyperlink
goes to [url]www.yahoo.com[/url]. I don't…
Re: Hyperlink to POST a variable
Programming
Web Development
15 Years Ago
by dash1983
… some progress. I seem to be able to get the
hyperlink
to post, but only to send the first value returned…'s 123456, 123457, 666666, 888888. If you click on the
hyperlink
for 888888, it still posts 123456 to the next page…
hyperlink to last page
Programming
Web Development
15 Years Ago
by MDanz
how do i do a
hyperlink
to last page? this is a page url.. e.g. [url]http://www.ufaffd.com/topic.php?id=44?topic=&page=2[/url] how do i do a
hyperlink
to last page not specific page..
hyperlink on web page
Programming
Web Development
14 Years Ago
by pritesh2010
… problem is i want to add the
hyperlink
which show it's name of the
hyperlink
and on navigationurl i'm passing…
hyperlink passing data to another page
Programming
Web Development
14 Years Ago
by new SE
… is my code to carry the id [CODE] <ASP:
HYPERLINK
ID="lnkDetails" RUNAT="server" NAVIGATEURL='<…;CmpCode")%>' TEXT="Details"></ASP:
HYPERLINK
> [/CODE] it works but i dont know how to…
Re: hyperlink passing data to another page
Programming
Web Development
14 Years Ago
by rohand
… is my code to carry the id [CODE] <ASP:
HYPERLINK
ID="lnkDetails" RUNAT="server" NAVIGATEURL='<…;CmpCode")%>' TEXT="Details"></ASP:
HYPERLINK
> [/CODE] it works but i dont know how to…
Hyperlink in DataGridView
Programming
Software Development
14 Years Ago
by rhonda2010
Hi! I am having trouble creating a
hyperlink
in my datagrid. What I need is to make two …; however, I do need to be able to add a
hyperlink
. Any suggestions? Thanks! da2 = New OleDb.OleDbDataAdapter(strSelect, con) da2…
Hyperlink onclick passes link value to function
Programming
Web Development
14 Years Ago
by gtr1971
… EXCEPT that I can't get the value from the
hyperlink
that i need to pass to the PHP. Everything I… lies in populating the "menukey" variable from the
hyperlink
value. Where am I going wrong??
Re: HYPERLINK with PHP POST
Programming
Web Development
19 Years Ago
by tgreer
… you have a single form on the page, then this
hyperlink
would submit it: [code]<a href="#" onclick…" action="myFormProcessor.php">[/code] then your
hyperlink
could be: [code]<a href="#" onclick="…
Re: Hyperlink to POST a variable
Programming
Web Development
15 Years Ago
by rahul.anand77
you can store the field values in a hidden fields and use them on next page. and that will be hidden and will not show to others. This will work for you. and when we click on the
hyperlink
then the hidden field values will also be posted and can be use on another page. Thanks Rahul Anand
Re: Hyperlink field not working in crosstab query
Programming
Databases
14 Years Ago
by boblarson
… crosstab query and one of the row heading contains a
hyperlink
field. my problem is that the field is not working… create a select query which joins the crosstab with the
hyperlink
field in it.
Hyperlink to .exe .chm
Hardware and Software
Microsoft Windows
20 Years Ago
by sameveritt
… web. I used to be able to click on a
hyperlink
such as -file:///c:/path/program_name.ext During some upgrade…
HYPERLINK with PHP POST
Programming
Web Development
19 Years Ago
by ashneet
… POST method to send info to next page with just
HYPERLINK
; Here is what i want: Get method: [CODE] <a…
Re: HYPERLINK with PHP POST
Programming
Web Development
19 Years Ago
by chrisbliss18
I guess you could create a form that uses POST and has no visible elements (use hidden inputs). A
hyperlink
could then use javascript to submit the form. It's not extremely compatible with older browsers, but it could work if you absolutely had to have it work that way.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC