Hi guys,
Can this remote price javascript code below:
be translated as follows?
The problem here is if I used the code above and paste it on my html pages, the html validator i.e. validator.w3.or g won't allow it to validate because the cause of error is the remote code javascript code.
If that code can be translated maybe that can help me validate my html pages. And if can be translated, how to do it?
Thanks in advance. -tj
Can this remote price javascript code below:
Code:
<script type="text/javascript" language="javascript" src="http://www.remoteprice.com/data.asp?storeid=00000&itemcode=00420701089&type=1"></script>
Code:
<script type="text/javascript" language="javascript"> <!--// .... .... ..... //--> <script>
If that code can be translated maybe that can help me validate my html pages. And if can be translated, how to do it?
Thanks in advance. -tj
Comment