Tagged Questions
-1
votes
2answers
27 views
Target Blank PHP HTML
I have this line and I want to target blank so as to open the link in a new window. I tried adding it but but I get syntax error.
$out .= "\t<li><a href=\"" . $content->getURL() . ...
0
votes
2answers
44 views
easy way to use getElementsByTagName to change form target?
I have a form in a PHP file that I want to include in various other files which will be in iframes in other pages. In some cases, the form target should be _top but in others _blank. So it seems to me ...
0
votes
1answer
55 views
Reload PHP page where <body> tag is set in seperate PHP include
I have a page built of several seperate PHP includes. One page writes the information and another writes the content of the page. The page with content has hyperlinks on it that are all set to open ...
-2
votes
2answers
109 views
How to open links in new window which is in PDF created by TCPDF
I have tried target="_blank" but nothing happens. Is anybody help for this issue? I need to open links in new tab/window which is in PDF file.
I'm using TCPDF 5.9.176
-1
votes
1answer
60 views
Post to a different page but stay on the current page
I have a requirement, 2 php pages, one for entry purposes and another for display purposes.
Page 1- badgeentry.php allows an admin to enter badges numbers 123 and clicks submit.
Page 2 - ...
0
votes
0answers
64 views
Change vid playlist id in Iframe via clickable link w/ php script
I need to dynamically change the playlist id and not the Iframe player, I need a functional and easy script for this. Probably php, any ideas or examples of what works? This is my link script ...
0
votes
1answer
122 views
PHP change post target when user logs in successfully
Here is my form that is using login.php to check if the user is registered, etc.
<form action="login.php" method="post" target="SHOW">
<ul id="login">
<li>
...
0
votes
2answers
80 views
Track dynamic button with href and target_blank
I need to track every time a user clicks on a dynamic button. Also I need to know what product is he clicking. Now I have this button:
<div class="buy">
<a target="_blank" href="<?php ...
0
votes
4answers
170 views
Passing an URL to an iFrame over two pages
Let's say i got a link on a homepage,
and an iFrame on the following page.
Now i need to make that link on the homepage
to pass an URL to the iFrame on the following page (on click),
so the iFrame ...
-3
votes
2answers
122 views
Using target=“_blank” in PHP
I've searched for a couple hours now and I can't seem to figure out how to include the target="_blank" attribute into the 'href' => section of this php without breaking it.
here's the code:
'chat' ...
0
votes
2answers
81 views
How can I make my facebook app open in the same window? [closed]
I've created an app and even submitted it. It's far from finish but it kids works for now. When I go to the app and press on a button, a post will appear on my wall. It's kind of like this:
Paul ...
0
votes
4answers
92 views
Unable to target div with JS
I am trying to target a div nested within some php with js, but no matter what I do, I can't seem to target it. Here is the code for reference:
php:
echo "<li>"."<div ...
1
vote
2answers
468 views
dynamically changing target of a form
I am trying to display my login inside an iframe which loads in the middle of the start page with gray backgroud, however i have a problem dealing with the target of the iframe, things should work as ...
-1
votes
2answers
906 views
Is form target=“_self” is vulnerable?
I have a confusion, i was going through a blog and in its comment it was suggested that target="_self" is vulnerable. It is true, if yes how we can fix it?
<form action="../process.php" ...
1
vote
4answers
1k views
Loading specific div from jquery $GET requested page?
I have something like this:
<a href="#" id="lol">LOL</a>
<script type="text/javascript">
$('#lol').click(function(){
$.get("<?php echo $host.'/index.php'?>",
{ ...
1
vote
2answers
391 views
target after php call
In my .php-File, I do the following:
<a href="php/make_favorite.php" title="sn" alt=" Favorit " target="_self"><img src="image.jpg" width="40" height="30" ...
5
votes
2answers
236 views
How to hide some phing targets from xml
i have about 25 phing targets, when i list them in the console.
But 5 of them are just needed by other targets and i will never trigger them alone.
is there a possibility to hide them?
For example:
...
1
vote
3answers
663 views
popup window in ie8
in my webpage i have a button , that let me download an excel file(generated by php code).
This part is called after clicing the button.
<script type="text/javascript">
...
