Tagged Questions
0
votes
1answer
125 views
Clickable place names on Google Maps
I was wondering if it were possible to access the names which are displayed on Google Maps and allow you to create events.
For example, would it be possible to make the name "London" (UK) clickable ...
0
votes
1answer
226 views
Javascript and XML innerHTML naming
I'm trying to get my a tags to display the name from a xml file, I currently have the link changing color and text when it is triggered, but I would like it to get its original state name from a xml ...
0
votes
1answer
703 views
get all html elements (the names or ids) in order of appearance on a form using javascript
At work I have a a few html forms (classic asp back) with normal html elements and classic asp dynamic check boxes.
We want to do reporting on this and create pivot tables so I need to provide a list ...
1
vote
3answers
180 views
How to link to a specific part of a page
I have a rails app and one page is a 'command center' with links to a help center. Things like, signing up or new post, etc. How can i make it so that when you click on a link, not only does it ...
0
votes
1answer
97 views
Two Different Types of Character Entities?
Clearly there are two different types of character entities in HTML/XML.
There are the ones that are specified by numbers, i.e. < and >
And then there are the ones that are ...
0
votes
2answers
291 views
Multiple radio buttons naming problem
i have a bit of logical problem here. I have a catalog of products that have unique ids and options that are displayed to the user through radio buttons. Now my problem is that a user must be able to ...