JScript
I created a simple JScript button that is embedded in HTML that will play and embed music. It works fine on all kinds of devices but not in iPhone. What do you think I'll do to solve this problem.
Here is my JScript:
function FFFFSound(soundobj) {
var thissound= eval("document."+soundobj);
thissound.Play();
}
- 1011 views
- 1 answers
- 0 votes
Hello. I need to save the contents of a list generated by a query using Jquery. I would like these contents to be saved immediately in PDF. How can I do this?
- 846 views
- 1 answers
- 0 votes
I have Proteus 7.7 and my operating system is windows XP, every time when I click setup to install but it does not work.
I have tried several times but the result is same.
How can I solve the problem?
- 4441 views
- 3 answers
- 1 votes
Hi ,
We are using Microsoft communicator in our offices.
Now we are developing an application where we have all the users details of the organization in the web application.
We need to find the communicator presence status of the users so that necessary action can be taken.
This has to be implemented with java script.
How to do that?
Thanks in advance.
- 1854 views
- 1 answers
- 0 votes
As we know, jQuery is a cross browser JavaScript library designed to simplify the client side scripting of HTML. I am interested in creating a plug-in for WordPress.
In addition to using PHP according to my friends also have to use jQuery and $ programming language. Which do you think is better to create a word press plug-in?
- 1201 views
- 2 answers
- 0 votes
This is a website we are making for the band and trying to make it, so it can be attached in an email or such. I desire all images and CSS to remain in an online file or embed in the document.
My problem is that the links in the navigation are not working, and I want to style the links to be yellow or another color. Paste into your notepad or such to view.
Code:
<html>
<title> Stolen innocence </title>
<style type "text/css">
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}
a{padding:5px; text-decoration:none; color:#ffffff;}
div#page{background-color:#000000}
- 1706 views
- 3 answers
- 15 votes