Hi,
I am loading my Wubook widget in this way:
var wbparams= {
lang: 'e',
layout: 'octaviana',
width: '100%',
bids: 0,
height: 270,
bgcolor: '#ffffff',
openParams: { samewindow: 1 }, // trying
css: '',
failback_lang: 'en',
cards: 0,
textcolor: '#140000',
bestprice: 0,
email: 0,
default_nights: 1,
};
WuBook.design_widget("__wubookwidget__", wbparams);
but when the user submits the button, the result opens in a new window... is it possible to pass a parameter to open in the same window?
Thanks!
I am loading my Wubook widget in this way:
var wbparams= {
lang: 'e',
layout: 'octaviana',
width: '100%',
bids: 0,
height: 270,
bgcolor: '#ffffff',
openParams: { samewindow: 1 }, // trying
css: '',
failback_lang: 'en',
cards: 0,
textcolor: '#140000',
bestprice: 0,
email: 0,
default_nights: 1,
};
WuBook.design_widget("__wubookwidget__", wbparams);
but when the user submits the button, the result opens in a new window... is it possible to pass a parameter to open in the same window?
Thanks!