I wanna make a website for teletekst ... so i need a code ...(html or php or javascript) If i write to the textbox number 550, then i click FIND , then a frame will open the picture number 550.jpg in a specifated link ex http://www.mydomain.com/images/550.jpg the script needs to be like this Any idea how can i do this ?
yes. but i'm looking everywhere to find the code, but without success. Can anyone find or write this code for me. PLEASE
i have found this code but i dont know where to put codes to functionate the script document.getElementById('imageid').src = 'http://www.vbforums.com/images/' + document.getElementById('textbid').value + '.jpg'; I'm new in code jobs Any idea?