Questions tagged [dynamic-links]
67 questions
0
votes
1 answer
How to pass parameters in dynamic link for onClick function
Hey I am creating dynamic link as below. Here I am calling a function to go to the required page. I want to pass the parameters with function.
$.each(data, function(key, value) {
var str = value.split(':');
trHTML += '

Vaibhav Sah
- 142
- 1
- 10
0
votes
2 answers
Selenium - How to click a dynamic link which has a text like Test A for one language and if I change the display language the text becomes ATttst
I have a web page with the following table
Assessment name | Task | Status
Test A | Practice | Not started
| Assessment | Not started
Test B | Practice …

user1984004PRI
- 313
- 2
- 8
- 21
0
votes
3 answers
How to pass variable(which stores string) from one page to next while using dynamic link?
On my first page I have created dynamic link this way:
do
{
$FilterModule = $row_mysql['Module']; /* Say it's value is 'xyz' for particular case */
echo "$FilterModule";
} while($row =…

vvk
- 113
- 1
- 15
0
votes
1 answer
generating links dynamically
so i guess this is pretty easy for most of you, but i can't figure this out.
im trying to make the links dynamic eg: href="linkname(#1 or #2 etc)"
any ideas?
user1696812
0
votes
1 answer
Using JQuerys Dialog multiple times in a rails loop
I have the following rails code in a loop that has a link for a jquery dialog.
('report_image' in this link is a helper method that simply calls an image.)
<%= link_to report_image, "#", :class => "flight_report_opener" %>

hellion
- 4,602
- 6
- 38
- 77
-1
votes
2 answers
Adding dynamic Link to menu Item in wordpress
I want to have 'Text only' in menu of my wordpress website without plugin.So how to set dynamic link to menu item in wordpress?

Siddhi
- 52
- 1
- 7
-4
votes
2 answers
Dynamic Links in php and mysql
I would like to pass information from one page to the next using dynamic links. For example, when a person clicks

user1783675
- 346
- 2
- 7
- 25