Re: launch modification in html

2019-05-22 Thread AudioGames . net Forum — Developers room : Ilya via Audiogames-reflector


  


Re: launch modification in html

@2I think the sameYou can just use _javascript_, and make a ID, for your link then just dodocument.getElementByIdNow if you don't want to use _javascript_ you can make something with a back end programming langwidge, for example PHP or python

URL: https://forum.audiogames.net/post/435506/#p435506




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: launch modification in html

2019-05-21 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: launch modification in html

I don't knpw the code for it, but you could send a cookie with php.

URL: https://forum.audiogames.net/post/435315/#p435315




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: launch modification in html

2019-05-21 Thread AudioGames . net Forum — Developers room : Sam_Tupy via Audiogames-reflector


  


Re: launch modification in html

You can do this with _javascript_. Give your link an ID, then when you want to hide it, you should be able to call document.getElementById("link_id").hidden=true. If that doesn't work, put your link in a div. 

URL: https://forum.audiogames.net/post/435314/#p435314




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


launch modification in html

2019-05-21 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector


  


launch modification in html

My topic name is confusing, I'm not sure how to word it. But here's what I'm wondering. If I have a list of links in an html document, can I have one be automatically removed after the user opens the document for the first time or clicks the link for the first time?

URL: https://forum.audiogames.net/post/435311/#p435311




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector