Ooo-er! I'm missing bits! - Page 2 -...

User 2674529 Photo


Registered User
65 posts

I'm baffled... I haven't knowingly interfered with the script, so I republished the form (having made it a bit wider using WFB to do so), pasted everything into the web page, and reloaded that too. It's still happening. Form Options Settings in WFB are Item Width 100%, Form Width 90% Max Width 800. The script I was given to paste is here - it has to be something really silly, it has to be. When you can't find it you can guarantee it's something daft!

<script>
var $fb_pop = jQuery.noConflict();

$fb_pop(document).ready(function(){
// Fallback for Safari browser
if (navigator.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Chrome') == -1 ) {
$fb_pop('.fb_iframe').click( function(){
var temp_window = window.open('http://southeasterndog.coffeecup.com/forms/South-Eastern-Form-3-Pay/','South-Eastern-Form-3-Pay','width=0,height=0');
window.focus();
setTimeout(function() {temp_window.close();},1000);
} );
}
$fb_pop(".fb_iframe").colorbox({iframe:true, innerWidth:"870px", height:"80%", maxHeight:"7593px", fixed:true });
});
</script>
User 187934 Photo


Senior Advisor
20,271 posts

What's this?
if (navigator.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Chrome') == -1 ) {
$fb_pop('.fb_iframe').click( function(){
var temp_window = window.open('http://southeasterndog.coffeecup.com/forms/South-Eastern-Form-3-Pay/','South-Eastern-Form-3-Pay','width=0,height=0');
window.focus();
setTimeout(function() {temp_window.close();},1000);
} );
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2674529 Photo


Registered User
65 posts

That is supposed to be the Web Form Builder script but some of it is missing... apologies, reposting.
<script>
var $fb_pop = jQuery.noConflict();

$fb_pop(document).ready(function(){
// Fallback for Safari browser
if (navigator.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Chrome') == -1 ) {
$fb_pop('.fb_iframe').click( function(){
var temp_window = window.open('http://southeasterndog.coffeecup.com/forms/South-Eastern-Form-3-Pay/','South-Eastern-Form-3-Pay','width=0,height=0');
window.focus();
setTimeout(function() {temp_window.close();},1000);
} );
}
$fb_pop(".fb_iframe").colorbox({iframe:true, innerWidth:"670px", height:"80%", maxHeight:"7700px", fixed:true });
});
</script>
User 187934 Photo


Senior Advisor
20,271 posts

I would open a support topic.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2674529 Photo


Registered User
65 posts

OK will do, thanks again, Eric :D

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.