Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Cameron_4

I can't figure out why this won't work. Any help would be appreciated! Imports System Imports System.IO Imports System.Text Module Module1 Dim Notes As String Dim Choice As String Dim barcode As String Dim barcodeinput As String Dim No As Integer Dim Notes1 As String Dim Notes2 As String Dim …

Member Avatar for Reverend Jim
0
417
Member Avatar for Cameron_4

<!DOCTYPE html> <head> <title>Traffic Light Sequence</title> </head> <body> <script> function Light(){ if (document.getElementById("Img").src ="Stop-Amber.png"){ then document.getElementById("Img").src = "Stop.png" } else if (document.getElementById("Img").src ="Go.png"){ then document.getElementById("Img").src = "Stop-Amber.png" } else if(document.getElementById("Img").src ="Amber.png"){ then document.getElementById("Img").src = "Go.png" } else if (document.getElementById("Img").src ="Stop.png") { then document.getElementById("Img").src = "Amber.png"}} </script> <button type="button" onclick="Light()"> Change …

Member Avatar for Cameron_4
0
701
Member Avatar for Cameron_4

I've been researchig this but haven't found much on the topic. What are the advantages and disadvantges of - 1) saving scripts externally 2) Embedding scripts Would appreciate any insight on the topic! Thanks -

Member Avatar for diafol
0
199