- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Reply to: Any php sorts around?
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "Any php sorts around?"
Collapse
-
PHP runs on the webserver and just passes the results to the browser.
As SockPuppet said, you would need to output some client side script (Java Script / VB Script) to tell the browser what to do.
Off the top of my head Something like this should do it:
PHP Code:echo '<script language="JavaScript">window.open("http://www.contractoruk.com"); </script>';
Leave a comment:
-
Just echo out some javascript that opens a new window when run. PHP cant do it directly.
Leave a comment:
-
Any php sorts around?
Using dodosmail for email ordering. Want to make a small change but know absolutely sweet FA of php.
for($i = 0; $i < count($required_fields); $i++) {
$required_var_name = $required_fields[$i];
if(empty($$required_var_name)) {
include_dodosmail_header($dodosmail_header_file);
echo "<p class=\"DodosMailError\">DodosMail Error - the required field ".dodosmail_error_handle($required_var_name)." is not filled.\n";
echo "<br /><br /><a href=\"javascript:history.back(1)\">Back</a>\n";
echo "</p>\n";
include_dodosmail_footer($dodosmail_footer_file);
exit;
}
}
Obviously that produces an HTML error message in current browser. What I would like to do is to make it open the same content in a new/popup page.
Ta for any idea.Tags: None
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- HMRC abandons PGMOL football referees case: Are contractors and IR35 hit? Yesterday 05:09
- Crypto tax and contractors: What HMRC’s new cryptoasset research really means Jul 1 04:03
- Crypto Tax and Contractors: What HMRC's New Cryptoasset Research Really Means Jul 1 04:03
- Profit and loss accounts set for public filing at Companies House from 2028 — what it means for your contractor business Jun 30 03:38
- UK IT Contractors: How to land Forward Deployed Engineer roles beyond Palantir, Anthropic and OpenAI Jun 29 05:52
- The 3 highest-paying software contractor jobs right now, and what they actually pay Jun 25 03:52
- The beginning of the end for Boox ‘MSC’ contractors has begun. Check back in 2031 Jun 24 06:25
- Andy Burnham as prime minister ‘would cut both ways for self-employed contractors’ Jun 23 02:18
- The 3 highest-paying software contractor jobs right now, and what they actually pay Jun 22 15:52
- Taxman tells contractors that only four new tax avoidance schemes needed avoiding in Q2 Jun 22 05:47

Leave a comment: