Tag Archives: Innerhtml

"Bigger"/"Smaller" Liqud static wbdesign… Like WDFs one…

I was wondering if any person could help myself. I really like the script this makes the WDF discussion boards bigger and smaller sized!! (look up on the header)… Ive completed many many lookups in WDF, plus google, but are already unsuccessful! Does anyone understand how to do it, or could point me sumwhere to find out how If you wish to find out nearly anything about any site, look in it is source code. It’s an alternative way to learn new methods. I don’t understand if people will get very happy in case you jack their computer code though. On additional hand, what can they greatly about it, and you could start to help other people out It isn’t really as if they need to jack an entire site – graphics, content and most. By the way, just to create your searching easier, JavaScript is applied to this site, though I could think of added ways of undergoing it. Thanx, we’ve allready browsed this source content plus attached files and also couldn’t work that out! however, being respectfull I thought we would ask before MY SPOUSE AND I stole! It’s really a combo of css along with javascript! I’ll … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment

Link Direct to Table Cell

Hi I’m new to the particular forums so I hope this is posted while in the right place. I am designing a web site for the client and I’d like to change the content of any table cell 2 text link is clicked while in the same cell. Is that this possible Any help is very much appreciated!! Its very much possible. In order to clarify, there shall be a table personal (a td) which has a link. Whenever this link is definitely pressed, that whole cell’s text value results in being something else And also the link will become gone also In that case, Code: < html> < head> < title> < /title> < script type=" text/javascript" > purpose ChangeCell(cellId) document. getElementById(cellId). innerHTML = " new text"; < /script> < /head> < body> < table> < tr> < td id=" area1" > this can be a text before your change occurs. < a href=" #" onClick=" ChangeCell(‘area1′); " > change< /a> < /td> < /tr> < /table> < /body> < /html> Thanks a lot for replying so quickly bfsog!!! The code successful but I’d like it to modify the cell text to a genuine page that is already designed. … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , | Leave a comment

Help With Text Turning Italic

Hi My personal background in webdesign is actually basic. Enough to do by myself companies websites gradually and mostly personal taught so practically nothing fancy. I need to find out how to stop the text upon my webpages by turning italic after clicking the link. In other thoughts, the text is normal if your page is displayed for once. Once one of the links are clicked, the next time that page is displayed, that same link is currently in italics. I had a similar difficulty with underlines appearing for the link after is definitely was clicked, We were able to remedy that problem after installing this in the head of your webpage. < style type=" text/css" > <! — the text-decoration: none; –> < /style> Is there something similar just for this italics issue Many thanks for you support. TM2012 There have to be a css rule somewhere for that " a: visited" placed to italic. If you’re definitely not experienced enough to get it then publish a link plus we can have a look. I seached online and found this but it seemed to do the job – virtually any thoughts < script type=" text/javascript" > oldTextAry = different … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Adding extra text boxes

I need to add extra word boxes to my own site dynamically. The user is provided just one text box by means of default to key in data. But if they have to enter more as compared with one line, I want there becoming a button to own another box glimpse. I have found this done in other sites, but I can’t visualize one. Will be best way to achieve this Javascript Indeed, javascript. If you’re accustomed to jQuery, this is rather easy to create. Simply append() more boxes should the user clicks() any button. I realize the jquery course. Here’s a good example and tutorial on how you can add form aspects dynamically: Article: http: //www. coldfusionjedi. com/index. cfm/2009/2/19/Using-jQuery-to-add-form-fields Tryout: http: //www. coldfusionjedi. com/demos/jqueryadd/test1. cfm Expectation this helps. HTML: < script type=" text/javascript" > var pos = 0; functionality addbox() var put = document. getElementById(‘THE_ID_OF_PLACE’); put. innerHTML += ‘< feedback type=" text" id=" entry’ + pos + ‘" /> WI < /script> Rudimentary although works Thanks for all the responses. I’ll be presenting it a opportunity sometime this full week after I get some good other stuff away from my plate. I have also be reading on Ruby. Since … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment