Question about displaying an existing Javascript popup on a HTML - TechRepublic
Question
December 21, 2010 at 05:14 PM
intrikate01

Question about displaying an existing Javascript popup on a HTML

by intrikate01 . Updated 15 years, 6 months ago

i made a html version of a game on a mobile device so that its playable on the computer. On the mobile device however, if you click on something, a javascript popup appears to confirm your action or cancel your action.

i have not been able to get that to appear on the computer version since the html doesn’t have javascript on it.

if i am making any sense here, what i really want to do is make that same pop up appear on the computer version the same way it does on the mobile device.

the javascript looks something like this when i click inspect element:

javascript:sellEquipmentDialog('/equipment.php',%201,%201,%20'Katana
%20Sword',%201,%20'90745e413594c7530da46274534c7c1e09b37b9b',%20'sell')

the number “90745e413594c7530da46274534c7c1e09b37b9b” also changes per session. so what i am trying to go for is something that points to that javascript and make it pop up and be seen.

thanks

This discussion is locked

All Comments