Online Pop-up website message [closed] - javascript

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I don't know that much of PHP and javascript but I know HTML and a bit of CSS.
I'd like to make a website that receives the messages in pop-ups. So the receiver will get the message and will direct him to that tab if he's on a different tab.
Basically this is for a game on facebook and we have a clan. We need to make the clan members be aware which clan to attack so I came up with this idea.
http://i.stack.imgur.com/UUCkD.png
! (I already have a website to put the page up.)
I'd like a blank webpage with the script of the pop-up.
and another webpage that has the text box to put in the message and sent it to that website.
I don't know if you understand my explanation but I think that's the closest I can explain to you. Please help guys, Thank you

To put javascript in html, it's like this:
<script>
JAVASCRIPT GOES HERE
</script>

Related

How to fire up a javascript function with Java [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I am currently getting some data from a website and I need to use java to fire up a javascript function without clicking the corresponding button on the HTML, the HTML of that button looks like this:
<a class="d-info" href="javascript:downXml(12449086,'2.Some Video names');">XML</a>
the script is not embedded in this HTML so how to deal with this situation, thank you so much!!
The details that you have provided is not enough but assuming that you're trying selenium or JSoup like library to automate or to scrape the web page details. checkout some selenium automation scripts how that is doing the job. You can pick DOM elements and automate the real scenario.

How to show my twitter feeds on a static webpage? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a static HTML webpage which is not capable to run php or connect with MySQL. I used this page to create my personal home page. I am very interested to list my last 20 tweets in this page. Is there an easy way to fetch those tweets from twitter.com and then show them in my static homepage ?
I am open to any technology that work best for this job.
Take a look here. (You'll need to be logged into Twitter.)
This should do the job for you. The good news is it's all HTML!
Good luck...
There are many widgets available for doing just this on the client side, in html. Some are even from Twitter: https://dev.twitter.com/web/embedded-timelines

Embeddable Website Viewer [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm trying to do something kind of like Google's embeddable pdf viewer except I want to be able to embed a website and be able to view that on my website.
Specifically because I have many different teachers and they all use something called Planbook for their assignments, so I want to be able to view all of them at once. Also, I think it would help some other students.
So, does anyone know of a way to do this?
A quick way to acheive this is to use the HTML iframe. It displays a frame of another webpage, an example usage is <iframe src="http://www.w3schools.com"></iframe>. Also see this link for some more basic info.

How to create different versions of a website depending on where someone comes from? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
This is a little hard to explain.
I want to have a separate home page depending on where people are coming from. For example, if they come from FaceBook, I'd like a special home page for FaceBook users. If they come from Google, I'd like another home page for them.
Here's an example of a website that does this. It will be the normal site at first, but once you've clicked the link thru FaceBook, your browser will only load the FaceBook version.
Normal:
http://www.protectyourhome.com/
From FaceBook:
http://www.protectyourhome.com/Facebook
Any ideas on the codes I'd need for this?
I figured out another way to do this, it's not exactly what I wanted but I made a copy of the website with the index page as indexFB.php and only linked that version of the site with Facebook.

Is there a way to control an email service like yahoo using javascript? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am making an open-source addon for firefox and chrome called and I am wondering if there is a way to control an email service like yahoo using javascript?
You can control the look of the page and probably (although I cannot be sure) send and edit messages without having to use the on-page buttons, but you cannot do server-side stuff such as logging into an account from a page without a log-in on it or sending a message from a page other than the email sending page. If you have any specific questions about controlling one specific thing, please add them in the comments, and I may answer them.

Categories